From d5480efc7a03641600df411dea93308e5edc8b27 Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Mon, 31 Jan 2022 10:20:01 -0500 Subject: types/wlr_pointer: add base wlr_input_device wlr_pointer owns its wlr_input_device. It will be initialized when the pointer is initialized, and finished when the pointer is destroyed. --- include/backend/x11.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/backend') diff --git a/include/backend/x11.h b/include/backend/x11.h index b5c430fb..ee484654 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -18,8 +18,8 @@ #include #include #include -#include #include +#include #include #define XCB_EVENT_RESPONSE_TYPE_MASK 0x7f @@ -35,7 +35,6 @@ struct wlr_x11_output { xcb_present_event_t present_event_id; struct wlr_pointer pointer; - struct wlr_input_device pointer_dev; struct wlr_touch touch; struct wlr_input_device touch_dev; -- cgit v1.2.3