mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-07 17:10:15 +01:00
enable keyboard map debugging -- it's going to x11-debug.txt, anyway ... so no harm
(cherry picked from commit ab662c736e)
This commit is contained in:
parent
0e61265f38
commit
3af6960f12
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue