aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2019-02-16 11:55:44 +0100
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-02-25 17:10:04 -0500
commit54ad31a9dcd1d9416d3373f40f3e3c6b5c95de32 (patch)
tree6491824f11e8769b9f57d4280ba34f2c29571be5 /include/sway/input/seat.h
parenthandle_seat_node_destroy: update seat->workspace (diff)
downloadsway-54ad31a9dcd1d9416d3373f40f3e3c6b5c95de32.tar.gz
sway-54ad31a9dcd1d9416d3373f40f3e3c6b5c95de32.tar.zst
sway-54ad31a9dcd1d9416d3373f40f3e3c6b5c95de32.zip
Update for swaywm/wlroots#1517
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index 1c9354df..8fedf797 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -75,7 +75,8 @@ struct sway_seat {
75 75
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 request_start_drag;
79 struct wl_listener start_drag;
79 struct wl_listener request_set_selection; 80 struct wl_listener request_set_selection;
80 struct wl_listener request_set_primary_selection; 81 struct wl_listener request_set_primary_selection;
81 82