From: Kristian Høgsberg Date: Wed, 10 Dec 2008 22:31:44 +0000 (-0500) Subject: Fix signature for pointer motion event. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1c58d60f6c212c3de1f2c214745ef4db9623c7e;p=platform%2Fupstream%2Fweston.git Fix signature for pointer motion event. --- 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" }, };