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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h
index 39e6dfe5..e443c0ec 100644
--- a/include/backend/libinput.h
+++ b/include/backend/libinput.h
@@ -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 {