mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Refactor out wlr_input_device_state
This commit is contained in:
parent
1e1e9887fb
commit
e6ad67911b
8 changed files with 49 additions and 47 deletions
|
|
@ -41,9 +41,10 @@ struct wlr_wl_backend_output {
|
|||
void *egl_surface;
|
||||
};
|
||||
|
||||
struct wlr_input_device_state {
|
||||
struct wlr_wl_input_device {
|
||||
struct wlr_input_device wlr_input_device;
|
||||
|
||||
struct wlr_wl_backend *backend;
|
||||
struct wlr_input_device *wlr_device;
|
||||
void *resource;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue