backend/libinput: add devices wl_list

This commit prepares the ground for a wlr_libinput_input_device refactoring.
This commit is contained in:
Simon Zeni 2022-02-22 16:17:48 -05:00 committed by Kirill Primak
parent 0a5a65cf48
commit 9dd6e2b905
3 changed files with 21 additions and 2 deletions

View file

@ -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 {