From c28fecc621b1803a4d4536afbc724d141de9e6ee Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 15 May 2008 07:08:21 -0700 Subject: [PATCH] XQuartz: Disable xkb since it doesn't work after getting xkeyboard-config installed Need to setup configs for the quartz keyboard --- hw/xquartz/quartzKeyboard.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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