aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index d2f14895..ef85b67f 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -76,6 +76,8 @@ struct sway_seat {
76 struct wl_listener focus_destroy; 76 struct wl_listener focus_destroy;
77 struct wl_listener new_node; 77 struct wl_listener new_node;
78 struct wl_listener new_drag_icon; 78 struct wl_listener new_drag_icon;
79 struct wl_listener request_set_selection;
80 struct wl_listener request_set_primary_selection;
79 81
80 struct wl_list devices; // sway_seat_device::link 82 struct wl_list devices; // sway_seat_device::link
81 83