Fix signature for pointer motion event.

This commit is contained in:
Kristian Høgsberg 2008-12-10 17:31:44 -05:00
parent b96785ca61
commit d1c58d60f6

View File

@ -43,7 +43,7 @@ static const struct wl_method input_device_methods[] = {
}; };
static const struct wl_event input_device_events[] = { static const struct wl_event input_device_events[] = {
{ "motion", "ii" }, { "motion", "iiii" },
{ "button", "uu" }, { "button", "uu" },
{ "key", "uu" }, { "key", "uu" },
}; };