From c95a108d2f68ec7a3325db418f9c2f32f6677f0b Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 12 Aug 2017 13:51:47 -0400 Subject: Update libinput backend with new state design --- include/backend/libinput.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/backend') diff --git a/include/backend/libinput.h b/include/backend/libinput.h index 0a93e1f6..84914460 100644 --- a/include/backend/libinput.h +++ b/include/backend/libinput.h @@ -7,7 +7,7 @@ #include #include "backend/udev.h" -struct wlr_libinput_backend_state { +struct wlr_libinput_backend { struct wlr_backend backend; struct wlr_session *session; @@ -26,7 +26,7 @@ struct wlr_input_device_state { struct libinput_device *handle; }; -void wlr_libinput_event(struct wlr_backend_state *state, +void wlr_libinput_event(struct wlr_libinput_backend *state, struct libinput_event *event); struct wlr_input_device *get_appropriate_device( -- cgit v1.2.3