diff options
author | Scott Anderson <scott@anderso.nz> | 2018-11-11 14:21:49 +1300 |
---|---|---|
committer | Scott Anderson <scott@anderso.nz> | 2018-11-13 10:42:02 +1300 |
commit | d89e868cc9702f1dcd51de39c6b009e8c6fd3bd6 (patch) | |
tree | 04bef0c6157c19a5d2451f3c82c2b4bb51af03b6 /include/backend | |
parent | 88b2d6fe25f77b2140bb76d5d3c8ae037cad31e5 (diff) |
backend/x11: Add new Xinput events
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |