summaryrefslogtreecommitdiff
path: root/wayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'wayland.c')
-rw-r--r--wayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland.c b/wayland.c
index e21d246..647e859 100644
--- a/wayland.c
+++ b/wayland.c
@@ -646,7 +646,7 @@ static const struct wl_method input_device_methods[] = {
static const struct wl_event input_device_events[] = {
{ "motion", "iiii" },
- { "button", "uu" },
+ { "button", "uuiiii" },
{ "key", "uu" },
};