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

This commit is contained in:
Ben Byer 2008-04-17 01:32:56 -07:00
parent a8a090b853
commit ab662c736e

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>
@ -222,6 +222,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
}