aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-12-02 22:57:05 +0100
committerLibravatar emersion <contact@emersion.fr>2019-01-24 11:48:19 +0100
commit75406bb93b96091d30e52922d0f319530fe65471 (patch)
tree31c0d2a7633684cc58e00c03f9f493ee4091c303 /include
parentMake json-c include respect pkg-config --cflags (diff)
downloadsway-75406bb93b96091d30e52922d0f319530fe65471.tar.gz
sway-75406bb93b96091d30e52922d0f319530fe65471.tar.zst
sway-75406bb93b96091d30e52922d0f319530fe65471.zip
Update for swaywm/wlroots#1402
Diffstat (limited to 'include')
-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