From 19f7e5d2b4f6ae8d50eff2c219ca9bfed885eb57 Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Tue, 8 Feb 2022 15:32:40 -0500 Subject: backend/x11: remove wlr_input_device_impl --- include/backend/x11.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/backend/x11.h b/include/backend/x11.h index 2c039355..572fce18 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -15,7 +15,6 @@ #include #include -#include #include #include #include @@ -127,10 +126,9 @@ struct wlr_x11_backend *get_x11_backend_from_backend( struct wlr_x11_output *get_x11_output_from_window_id( struct wlr_x11_backend *x11, xcb_window_t window); -extern const struct wlr_keyboard_impl keyboard_impl; -extern const struct wlr_pointer_impl pointer_impl; -extern const struct wlr_touch_impl touch_impl; -extern const struct wlr_input_device_impl input_device_impl; +extern const struct wlr_keyboard_impl x11_keyboard_impl; +extern const struct wlr_pointer_impl x11_pointer_impl; +extern const struct wlr_touch_impl x11_touch_impl; void handle_x11_xinput_event(struct wlr_x11_backend *x11, xcb_ge_generic_event_t *event); -- cgit v1.2.3