diff options
author | Ben Byer <bbyer@apple.com> | 2008-04-17 01:32:56 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-17 10:41:46 -0700 |
commit | 612e901ef6aa3edc54b39e55e8040cda0e5ab7b6 (patch) | |
tree | f5c8dd5bb50eb72d94b12d3d7d948dd9316d1476 | |
parent | 5bdfbfbedcbd9ff61cbb0b678cbf7ce7889a5826 (diff) |
enable keyboard map debugging -- it's going to x11-debug.txt, anyway ... so no harm
(cherry picked from commit ab662c736e0654e2b4347091f0d9e87f26034216)
-rw-r--r-- | hw/xquartz/darwinKeyboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xquartz/darwinKeyboard.c b/hw/xquartz/darwinKeyboard.c index 329955686..94699a54b 100644 --- a/hw/xquartz/darwinKeyboard.c +++ b/hw/xquartz/darwinKeyboard.c @@ -62,7 +62,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 +#define DUMP_DARWIN_KEYMAP #include <stdio.h> #include <stdlib.h> @@ -216,6 +216,7 @@ static int const NUM_KEYPAD = sizeof(normal_to_keypad) / sizeof(normal_to_keypad static void DarwinChangeKeyboardControl( DeviceIntPtr device, KeybdCtrl *ctrl ) { + // FIXME: to be implemented // keyclick, bell volume / pitch, autorepead, LED's } |