diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2010-07-26 23:34:49 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2010-09-28 09:50:35 -0700 |
commit | 229323a19b06f80d9b03f487e598b933b9b31d87 (patch) | |
tree | 24035ca6285a67b6d31e2ca6762f22d126af07fb /hw/xquartz/X11Application.h | |
parent | 721edc69c3597578d3e7f711769ff0195af6068a (diff) |
XQuartz: RandR: Don't change the rootless preference when changing RandR mode
Also renames a bunch of other variables for better consistency.
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz/X11Application.h')
-rw-r--r-- | hw/xquartz/X11Application.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xquartz/X11Application.h b/hw/xquartz/X11Application.h index ce19e034a..462128464 100644 --- a/hw/xquartz/X11Application.h +++ b/hw/xquartz/X11Application.h @@ -75,9 +75,6 @@ void X11ApplicationLaunchClient (const char *cmd); void X11ApplicationMain(int argc, char **argv, char **envp); -extern int X11EnableKeyEquivalents; -extern int quartzHasRoot, quartzEnableRootless, quartzFullscreenMenu; - #define PREFS_APPSMENU "apps_menu" #define PREFS_FAKEBUTTONS "enable_fake_buttons" #define PREFS_SYSBEEP "enable_system_beep" |