Implement transient seat management

This commit is contained in:
Andri Yngvason 2020-02-08 18:17:42 +00:00 committed by Simon Ser
parent dc9f217307
commit 5a7477cb8f
5 changed files with 41 additions and 2 deletions

View file

@ -124,6 +124,7 @@ struct sway_seat {
struct wl_listener start_drag;
struct wl_listener request_set_selection;
struct wl_listener request_set_primary_selection;
struct wl_listener destroy;
struct wl_list devices; // sway_seat_device::link
struct wl_list keyboard_groups; // sway_keyboard_group::link