mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
Implement transient seat management
This commit is contained in:
parent
dc9f217307
commit
5a7477cb8f
5 changed files with 41 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue