summaryrefslogtreecommitdiffstats
path: root/evdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'evdev.c')
-rw-r--r--evdev.c2
1 files changed, 1 insertions, 1 deletions
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" },
};