From d1c58d60f6c212c3de1f2c214745ef4db9623c7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 10 Dec 2008 17:31:44 -0500 Subject: [PATCH] Fix signature for pointer motion event. --- evdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evdev.c b/evdev.c index beeca29..b73ca9d 100644 --- a/evdev.c +++ b/evdev.c @@ -43,7 +43,7 @@ static const struct wl_method input_device_methods[] = { }; static const struct wl_event input_device_events[] = { - { "motion", "ii" }, + { "motion", "iiii" }, { "button", "uu" }, { "key", "uu" }, }; -- 2.7.4