From 1e69fd4a60147287b31e53bfc61543fb17bb82c8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 3 Aug 2009 12:03:26 +1000 Subject: 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 --- hw/xnest/Keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/xnest/Keyboard.c') 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; -- cgit v1.2.3