summaryrefslogtreecommitdiff
path: root/hw/xquartz/X11Controller.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/X11Controller.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/X11Controller.h')
-rw-r--r--hw/xquartz/X11Controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xquartz/X11Controller.h b/hw/xquartz/X11Controller.h
index 9e16f75ce..a2024dfac 100644
--- a/hw/xquartz/X11Controller.h
+++ b/hw/xquartz/X11Controller.h
@@ -69,6 +69,7 @@ typedef unsigned int NSUInteger;
IBOutlet NSButton *use_sysbeep;
IBOutlet NSButton *enable_keyequivs;
IBOutlet NSButton *sync_keymap;
+ IBOutlet NSButton *option_sends_alt;
IBOutlet NSButton *click_through;
IBOutlet NSButton *focus_follows_mouse;
IBOutlet NSButton *focus_on_new_window;