diff options
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/libinput.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <wlr/util/list.h> #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( |