summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-05-15 07:08:21 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-05-15 07:08:21 -0700
commitc28fecc621b1803a4d4536afbc724d141de9e6ee (patch)
treed914fc54eaff6704a0d8e386c3b9a29af329a6c5
parent5626b0949b1a6bdd2fa3ec2ef53a688084349b87 (diff)
XQuartz: Disable xkb since it doesn't work after getting xkeyboard-config installed
Need to setup configs for the quartz keyboard
-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