mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
fix build for latest api
This commit is contained in:
commit
083e11ac7c
8 changed files with 51 additions and 47 deletions
|
|
@ -16,6 +16,7 @@ struct sway_input_device {
|
|||
struct wlr_input_device *wlr_device;
|
||||
struct input_config *config;
|
||||
struct wl_list link;
|
||||
struct wl_listener device_destroy;
|
||||
};
|
||||
|
||||
struct sway_input_manager {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue