From e6cb11d8825c740f6c50e2d04965e86281b83da9 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 1 Jul 2021 10:08:56 +0200 Subject: backend/libinput: stop using wlr_list internally --- include/backend/libinput.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/backend') diff --git a/include/backend/libinput.h b/include/backend/libinput.h index 3e0b425c..2bfb1421 100644 --- a/include/backend/libinput.h +++ b/include/backend/libinput.h @@ -7,7 +7,6 @@ #include #include #include -#include 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 { -- cgit v1.2.3