mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
backend/libinput: stop using wlr_list internally
This commit is contained in:
parent
a6ed4ae308
commit
e6cb11d882
3 changed files with 21 additions and 18 deletions
|
|
@ -7,7 +7,6 @@
|
|||
#include <wlr/backend/libinput.h>
|
||||
#include <wlr/interfaces/wlr_input_device.h>
|
||||
#include <wlr/types/wlr_input_device.h>
|
||||
#include <wlr/types/wlr_list.h>
|
||||
|
||||
struct wlr_libinput_backend {
|
||||
struct wlr_backend backend;
|
||||
|
|
@ -22,7 +21,7 @@ struct wlr_libinput_backend {
|
|||
struct wl_listener session_destroy;
|
||||
struct wl_listener session_signal;
|
||||
|
||||
struct wlr_list wlr_device_lists; // list of struct wl_list
|
||||
struct wl_array wlr_device_lists; // struct wl_list *
|
||||
};
|
||||
|
||||
struct wlr_libinput_input_device {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue