backend/x11: Add new Xinput events

This commit is contained in:
Scott Anderson 2018-11-11 14:21:49 +13:00
parent 88b2d6fe25
commit d89e868cc9
3 changed files with 158 additions and 1 deletions

View file

@ -89,6 +89,8 @@ extern const struct wlr_input_device_impl input_device_impl;
void handle_x11_input_event(struct wlr_x11_backend *x11,
xcb_generic_event_t *event);
void handle_x11_xinput_event(struct wlr_x11_backend *x11,
xcb_ge_generic_event_t *event);
void update_x11_pointer_position(struct wlr_x11_output *output,
xcb_timestamp_t time);