From d89e868cc9702f1dcd51de39c6b009e8c6fd3bd6 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Sun, 11 Nov 2018 14:21:49 +1300 Subject: backend/x11: Add new Xinput events --- include/backend/x11.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/backend/x11.h') diff --git a/include/backend/x11.h b/include/backend/x11.h index 935c427e..ac0930b6 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -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); -- cgit v1.2.3