diff options
-rw-r--r-- | hw/xnest/Keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xnest/Keyboard.c b/hw/xnest/Keyboard.c index f94e26079..191bec780 100644 --- a/hw/xnest/Keyboard.c +++ b/hw/xnest/Keyboard.c @@ -191,7 +191,7 @@ XkbError: (char *)values.auto_repeats, sizeof(values.auto_repeats)); - InitKeyboardDeviceStruct(&pDev->public, &keySyms, + InitKeyboardDeviceStruct(pDev, NULL, xnestBell, xnestChangeKeyboardControl); xfree(keymap); return Success; |