mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
input device destroy
This commit is contained in:
parent
b28602aa74
commit
06c71f115b
2 changed files with 31 additions and 31 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