mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Update for swaywm/wlroots#1402
This commit is contained in:
parent
ba96983bf0
commit
75406bb93b
2 changed files with 32 additions and 1 deletions
|
|
@ -76,6 +76,8 @@ struct sway_seat {
|
|||
struct wl_listener focus_destroy;
|
||||
struct wl_listener new_node;
|
||||
struct wl_listener new_drag_icon;
|
||||
struct wl_listener request_set_selection;
|
||||
struct wl_listener request_set_primary_selection;
|
||||
|
||||
struct wl_list devices; // sway_seat_device::link
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue