Fix signature for pointer motion event.
authorKristian Høgsberg <krh@redhat.com>
Wed, 10 Dec 2008 22:31:44 +0000 (17:31 -0500)
committerKristian Høgsberg <krh@redhat.com>
Wed, 10 Dec 2008 22:31:44 +0000 (17:31 -0500)
evdev.c

diff --git a/evdev.c b/evdev.c
index beeca29..b73ca9d 100644 (file)
--- 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" },
 };