summaryrefslogtreecommitdiff
path: root/hw/xquartz/X11Application.h
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2010-04-09 13:29:34 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2010-04-11 16:30:19 -0700
commit840d12c7a6ac6a974da185045215ce944a61fab6 (patch)
treee00de3cbacc16a8355805262b60bd53b32c967c6 /hw/xquartz/X11Application.h
parentd6f160510a50d4c4eaa48c9c69a5ddda0d50052c (diff)
XQuartz: Add a defaults option to toggle Alt / Mode_switch
See option_sends_alt in Xquartz(1) Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Kevin Van Vechten <kvv@apple.com>
Diffstat (limited to 'hw/xquartz/X11Application.h')
-rw-r--r--hw/xquartz/X11Application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xquartz/X11Application.h b/hw/xquartz/X11Application.h
index d7e9a5fa5..ce19e034a 100644
--- a/hw/xquartz/X11Application.h
+++ b/hw/xquartz/X11Application.h
@@ -90,6 +90,7 @@ extern int quartzHasRoot, quartzEnableRootless, quartzFullscreenMenu;
#define PREFS_NO_TCP "nolisten_tcp"
#define PREFS_DONE_XINIT_CHECK "done_xinit_check"
#define PREFS_NO_QUIT_ALERT "no_quit_alert"
+#define PREFS_OPTION_SENDS_ALT "option_sends_alt"
#define PREFS_FAKE_BUTTON2 "fake_button2"
#define PREFS_FAKE_BUTTON3 "fake_button3"
#define PREFS_APPKIT_MODIFIERS "appkit_modifiers"