diff options
| author | Kristian Høgsberg <krh@redhat.com> | 2008-12-10 17:31:44 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@redhat.com> | 2008-12-10 17:31:44 -0500 |
| commit | d1c58d60f6c212c3de1f2c214745ef4db9623c7e (patch) | |
| tree | e36a2cc8d41d4c5fc111a6eab5dc0d81e2ce4c14 /evdev.c | |
| parent | Drop glx-compositor for now. (diff) | |
| download | wayland-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" }, }; |
