mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Update libinput backend with new state design
This commit is contained in:
parent
81cd90297d
commit
c95a108d2f
4 changed files with 80 additions and 86 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue