diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-01-28 13:55:28 -0500 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-02-21 17:11:32 +0000 |
commit | a1978b1299952586a2fd016aab682c7fdbe735ee (patch) | |
tree | ee5c7b99fb792954ebc06a223303f70d123f024f /include/backend | |
parent | 130c3bcf6361a76a889790e1907b78c607053659 (diff) |
types/wlr_keyboard: add base wlr_input_device
wlr_keyboard owns its base wlr_input_device. It will be initialized when the
keyboard is initialized, and finished when the keyboard is destroyed.
Diffstat (limited to 'include/backend')
-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 fadcbedc..b5c430fb 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -81,7 +81,6 @@ struct wlr_x11_backend { struct wl_list outputs; // wlr_x11_output::link struct wlr_keyboard keyboard; - struct wlr_input_device keyboard_dev; int drm_fd; struct wlr_drm_format_set dri3_formats; |