From 75406bb93b96091d30e52922d0f319530fe65471 Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 2 Dec 2018 22:57:05 +0100 Subject: Update for swaywm/wlroots#1402 --- include/sway/input/seat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 { 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 -- cgit v1.2.3-54-g00ecf