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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h
index a59ab401..f6622695 100644
--- a/include/backend/libinput.h
+++ b/include/backend/libinput.h
@@ -19,6 +19,10 @@ struct wlr_backend_state {
list_t *keyboards;
};
+struct wlr_input_device_state {
+ struct libinput_device *handle;
+};
+
void wlr_libinput_event(struct wlr_backend_state *state,
struct libinput_event *event);
@@ -26,10 +30,6 @@ struct wlr_input_device *get_appropriate_device(
enum wlr_input_device_type desired_type,
struct libinput_device *device);
-struct wlr_keyboard_state {
- struct libinput_device *handle;
-};
-
void handle_keyboard_key(struct libinput_event *event,
struct libinput_device *device);
struct wlr_keyboard *wlr_libinput_keyboard_create(