input/seat: handle wlr_seat destroy

This commit is contained in:
Simon Ser 2024-03-04 13:48:43 +01:00
parent 5e18ed3cf0
commit b5fd7de8ab
3 changed files with 11 additions and 5 deletions

View file

@ -118,6 +118,7 @@ struct sway_seat {
struct sway_input_method_relay im_relay;
struct wl_listener destroy;
struct wl_listener focus_destroy;
struct wl_listener new_node;
struct wl_listener request_start_drag;
@ -151,8 +152,6 @@ struct sway_keyboard_shortcuts_inhibitor {
struct sway_seat *seat_create(const char *seat_name);
void seat_destroy(struct sway_seat *seat);
void seat_add_device(struct sway_seat *seat,
struct sway_input_device *device);