aboutsummaryrefslogtreecommitdiff
path: root/include/backend/libinput.h
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-08-26 14:02:04 +1200
committerScott Anderson <ascent12@hotmail.com>2017-08-26 14:02:04 +1200
commitfb93628bda0cb7750628e227213a1ddc2ae34be9 (patch)
treefbf3e2aa08594ad6f30dfdc51089a5309ad1a597 /include/backend/libinput.h
parent46823152ea5e2d0f888fa25ba6b4b1896e4e89b9 (diff)
Merge wlr_udev into wlr_session
Diffstat (limited to 'include/backend/libinput.h')
-rw-r--r--include/backend/libinput.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h
index e0f762a7..f484ea8d 100644
--- a/include/backend/libinput.h
+++ b/include/backend/libinput.h
@@ -6,13 +6,11 @@
#include <wlr/backend/interface.h>
#include <wlr/interfaces/wlr_input_device.h>
#include <wlr/util/list.h>
-#include "backend/udev.h"
struct wlr_libinput_backend {
struct wlr_backend backend;
struct wlr_session *session;
- struct wlr_udev *udev;
struct wl_display *display;
struct libinput *libinput_context;