diff options
author | Ben Byer <bbyer@bbyer.apple.com> | 2007-09-20 16:50:49 -0700 |
---|---|---|
committer | Ben Byer <bbyer@bbyer.apple.com> | 2007-09-20 16:51:06 -0700 |
commit | 374bd88d1025835fe36ca0ff6620eb1d3b0a06b0 (patch) | |
tree | 5b6111132c99a614d8d1aaf23a5754c08dceacb8 /hw/darwin/apple/X11Application.h | |
parent | 3a965fdadccea7beff09a28c9c0ef4b4975eae38 (diff) |
XDarwin: Merging misc changes from downstream.
The only functional changes in this patch are a removal of use of
Xtrans internals -- replaced by xcb, which doesn't seem to be used
elsewhere in the server? Pity.
Also, a fix to make all X11 windows pop to the front of the display
when the X11.app icon is clicked -- currently takes two clicks,
not sure why.
Diffstat (limited to 'hw/darwin/apple/X11Application.h')
-rw-r--r-- | hw/darwin/apple/X11Application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/darwin/apple/X11Application.h b/hw/darwin/apple/X11Application.h index 6b1d72643..eb205a1cd 100644 --- a/hw/darwin/apple/X11Application.h +++ b/hw/darwin/apple/X11Application.h @@ -79,7 +79,7 @@ extern void X11ApplicationMain (int argc, const char *argv[], extern int X11EnableKeyEquivalents; extern int quartzHasRoot, quartzEnableRootless; -#define APP_PREFS "com.apple.x11" +#define APP_PREFS "org.x.x11" #define PREFS_APPSMENU "apps_menu" #define PREFS_FAKEBUTTONS "enable_fake_buttons" |