summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-05-15 07:08:21 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-05-17 14:56:34 -0700
commit01612fe612aa27262fc3c8167f52e0376941f1ef (patch)
tree877fc949f412b9dea90a6798ad8272005130dff4 /hw
parent1d09deaa6e5a75420ea4f24f6b5533f0ebc3ba28 (diff)
XQuartz: Disable xkb since it doesn't work after getting xkeyboard-config installed
Need to setup configs for the quartz keyboard (cherry picked from commit c28fecc621b1803a4d4536afbc724d141de9e6ee)
Diffstat (limited to 'hw')
-rw-r--r--hw/xquartz/quartzKeyboard.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/xquartz/quartzKeyboard.c b/hw/xquartz/quartzKeyboard.c
index 698f39a22..cc0c88959 100644
--- a/hw/xquartz/quartzKeyboard.c
+++ b/hw/xquartz/quartzKeyboard.c
@@ -43,7 +43,10 @@
// Define this to get a diagnostic output to stderr which is helpful
// in determining how the X server is interpreting the Darwin keymap.
#define DUMP_DARWIN_KEYMAP
-#define XQUARTZ_USE_XKB
+
+// This breaks when we actually install xkeyboard-config files to start using it
+// We need to serup keymaps in the configs or something...
+// #define XQUARTZ_USE_XKB
#define HACK_MISSING 1
#define HACK_KEYPAD 1