diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-20 09:21:44 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-20 10:00:37 -0700 |
commit | 6c5612c2e1df1e89388ffff97251f5328558f8e8 (patch) | |
tree | b9771cc8d46479729f34d24593680ff216052110 /hw/xquartz/darwin.h | |
parent | bdc277c9b3dc6b3b95f74b20a49ce163c5fae980 (diff) |
XQuartz: Added window_item_modifiers defaults item (and option to localization) to change the modifier keys used for the windows menu.
(cherry picked from commit e4110861d307a55d9032cb83cf024ec1f294e8d7)
(cherry picked from commit fcfc05482a88696cb713c7a2ddfcf935ae8378a6)
Diffstat (limited to 'hw/xquartz/darwin.h')
-rw-r--r-- | hw/xquartz/darwin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xquartz/darwin.h b/hw/xquartz/darwin.h index c570dad0a..fd1c6d52b 100644 --- a/hw/xquartz/darwin.h +++ b/hw/xquartz/darwin.h @@ -55,7 +55,7 @@ typedef struct { // From darwin.c void DarwinPrintBanner(void); -int DarwinParseModifierList(const char *constmodifiers); +int DarwinParseModifierList(const char *constmodifiers, int separatelr); void DarwinAdjustScreenOrigins(ScreenInfo *pScreenInfo); void xf86SetRootClip (ScreenPtr pScreen, int enable); @@ -80,6 +80,7 @@ extern int darwinFakeButtons; extern int darwinFakeMouse2Mask; extern int darwinFakeMouse3Mask; extern int darwinAppKitModMask; +extern int windowItemModMask; extern char *darwinKeymapFile; extern int darwinSyncKeymap; extern unsigned int darwinDesiredWidth, darwinDesiredHeight; |