From 5af5db5033582a84b616d5c50f4288adb0210459 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Sat, 17 May 2008 14:51:09 -0700 Subject: [PATCH] XQuartz: Ok, pass XQUARTZ_USE_XKB since it breaks worse without it... but we have issues when we have the keyboard configs installed... need to figure out what to do there... (cherry picked from commit 301262b07024ad960f22d99a1267fe137f5c3fce) --- hw/xquartz/quartzKeyboard.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hw/xquartz/quartzKeyboard.c b/hw/xquartz/quartzKeyboard.c index b9d45cb21..c75cd1d45 100644 --- a/hw/xquartz/quartzKeyboard.c +++ b/hw/xquartz/quartzKeyboard.c @@ -43,10 +43,7 @@ // 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 - -// 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 XQUARTZ_USE_XKB #define HACK_MISSING 1 #define HACK_KEYPAD 1