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:
Peter Hutterer 2009-08-03 12:03:26 +10:00
parent 008658049c
commit 1e69fd4a60
1 changed files with 1 additions and 1 deletions

View File

@ -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;