Fix signature for pointer motion event.
This commit is contained in:
parent
b96785ca61
commit
d1c58d60f6
2
evdev.c
2
evdev.c
|
@ -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" },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user