Fix signature for pointer motion event.

Kristian Høgsberg 16 years ago
parent b96785ca61
commit d1c58d60f6
  1. 2
      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" },
};

Loading…
Cancel
Save