mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/libinput: add devices wl_list
This commit prepares the ground for a wlr_libinput_input_device refactoring.
This commit is contained in:
parent
0a5a65cf48
commit
9dd6e2b905
3 changed files with 21 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ struct wlr_libinput_backend {
|
|||
struct wl_listener session_signal;
|
||||
|
||||
struct wl_array wlr_device_lists; // struct wl_list *
|
||||
struct wl_list devices; // wlr_libinput_device::link
|
||||
};
|
||||
|
||||
struct wlr_libinput_input_device {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue