aboutsummaryrefslogtreecommitdiffstats
path: root/evdev.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-10 17:31:44 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-10 17:31:44 -0500
commitd1c58d60f6c212c3de1f2c214745ef4db9623c7e (patch)
treee36a2cc8d41d4c5fc111a6eab5dc0d81e2ce4c14 /evdev.c
parentDrop glx-compositor for now. (diff)
downloadwayland-d1c58d60f6c212c3de1f2c214745ef4db9623c7e.tar
wayland-d1c58d60f6c212c3de1f2c214745ef4db9623c7e.tar.gz
wayland-d1c58d60f6c212c3de1f2c214745ef4db9623c7e.tar.bz2
wayland-d1c58d60f6c212c3de1f2c214745ef4db9623c7e.tar.lz
wayland-d1c58d60f6c212c3de1f2c214745ef4db9623c7e.tar.xz
wayland-d1c58d60f6c212c3de1f2c214745ef4db9623c7e.tar.zst
wayland-d1c58d60f6c212c3de1f2c214745ef4db9623c7e.zip
Fix signature for pointer motion event.
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" },
};