From 9ca5b0cae86aaed18db6882eadf04c402550d755 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 27 Sep 2017 16:39:44 +1300 Subject: Add basic input --- include/backend/x11.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/backend') diff --git a/include/backend/x11.h b/include/backend/x11.h index eb46e77e..707f4ca8 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -7,6 +7,7 @@ #include #include #include +#include struct wlr_x11_backend; @@ -27,6 +28,12 @@ struct wlr_x11_backend { struct wlr_x11_output output; + struct wlr_keyboard keyboard; + struct wlr_input_device keyboard_dev; + + struct wlr_pointer pointer; + struct wlr_input_device pointer_dev; + struct wlr_egl egl; struct wl_event_source *event_source; }; -- cgit v1.2.3