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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h
index bb83c749..0a93e1f6 100644
--- a/include/backend/libinput.h
+++ b/include/backend/libinput.h
@@ -7,8 +7,9 @@
#include <wlr/util/list.h>
#include "backend/udev.h"
-struct wlr_backend_state {
- struct wlr_backend *backend;
+struct wlr_libinput_backend_state {
+ struct wlr_backend backend;
+
struct wlr_session *session;
struct wlr_udev *udev;
struct wl_display *display;