diff --git a/evdev.c b/evdev.c index beeca29e..b73ca9d7 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" }, };