mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 14:38:09 +02:00
default for is_uchr should be 1, not 0
This commit is contained in:
parent
947fdd9fe8
commit
374eb38063
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ DarwinModeReadSystemKeymap (darwinKeyboardInfo *info)
|
|||
const void *chr_data = NULL;
|
||||
int num_keycodes = NUM_KEYCODES;
|
||||
UInt32 keyboard_type = 0;
|
||||
int is_uchr = 0, i, j;
|
||||
int is_uchr = 1, i, j;
|
||||
OSStatus err;
|
||||
KeySym *k;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue