input device destroy

This commit is contained in:
Tony Crisci 2018-02-14 14:42:06 -05:00
parent b28602aa74
commit 06c71f115b
2 changed files with 31 additions and 31 deletions

View file

@ -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 {