aboutsummaryrefslogtreecommitdiff
path: root/include/backend/libinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend/libinput.h')
-rw-r--r--include/backend/libinput.h3
1 files changed, 1 insertions, 2 deletions
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 <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 {