mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 13:10:24 +01:00
xnest: fix up parameters to InitKeyboardDeviceStruct.
IKDS takes a DeviceIntPtr as first argument, and an RMVLO struct as second. The keysyms stuff is long gone now. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
008658049c
commit
1e69fd4a60
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue