aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
authorLibravatar Andri Yngvason <andri@yngvason.is>2020-02-08 18:17:42 +0000
committerLibravatar Simon Ser <contact@emersion.fr>2024-03-18 09:07:21 +0100
commit5a7477cb8f568ce4aeb852215ad40899f18f3d91 (patch)
treeb080fbb1902c8ebab17c29a6ea44be670cc8b2af /include/sway/input/seat.h
parentman: document that the scale might be adjusted (diff)
downloadsway-5a7477cb8f568ce4aeb852215ad40899f18f3d91.tar.gz
sway-5a7477cb8f568ce4aeb852215ad40899f18f3d91.tar.zst
sway-5a7477cb8f568ce4aeb852215ad40899f18f3d91.zip
Implement transient seat management
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index 475753d8..428f9679 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -124,6 +124,7 @@ struct sway_seat {
124 struct wl_listener start_drag; 124 struct wl_listener start_drag;
125 struct wl_listener request_set_selection; 125 struct wl_listener request_set_selection;
126 struct wl_listener request_set_primary_selection; 126 struct wl_listener request_set_primary_selection;
127 struct wl_listener destroy;
127 128
128 struct wl_list devices; // sway_seat_device::link 129 struct wl_list devices; // sway_seat_device::link
129 struct wl_list keyboard_groups; // sway_keyboard_group::link 130 struct wl_list keyboard_groups; // sway_keyboard_group::link