enable keyboard map debugging -- it's going to x11-debug.txt, anyway ... so no harm

(cherry picked from commit ab662c736e0654e2b4347091f0d9e87f26034216)
This commit is contained in:
Ben Byer 2008-04-17 01:32:56 -07:00 committed by Jeremy Huddleston
parent 5bdfbfbedc
commit 612e901ef6

View File

@ -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
}