diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-02-01 11:51:50 -0500 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-02-21 17:11:32 +0000 |
commit | edfb332b24a2a1e014de10eba1c5bf2b84538d2f (patch) | |
tree | 825be950a750cbb672f7e5033b54d02b42745c3d /include/backend/x11.h | |
parent | 7dfee50350180e38c7c02b79c5a3ee454dc552fd (diff) |
types/wlr_touch: add base wlr_input_device
wlr_touch now owns its wlr_input_device. It will be initialized when the
tablet tool is initialized, and finished when the touch is destroyed.
Diffstat (limited to 'include/backend/x11.h')
-rw-r--r-- | include/backend/x11.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h index ee484654..2c039355 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -37,7 +37,6 @@ struct wlr_x11_output { struct wlr_pointer pointer; struct wlr_touch touch; - struct wlr_input_device touch_dev; struct wl_list touchpoints; // wlr_x11_touchpoint::link struct wl_list buffers; // wlr_x11_buffer::link |