diff options
author | emersion <contact@emersion.fr> | 2018-12-02 22:57:05 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-01-24 11:48:19 +0100 |
commit | 75406bb93b96091d30e52922d0f319530fe65471 (patch) | |
tree | 31c0d2a7633684cc58e00c03f9f493ee4091c303 /include/sway | |
parent | ba96983bf0f10051de35bcc3def0d542d924bb9f (diff) |
Update for swaywm/wlroots#1402
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/input/seat.h | 2 |
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 { 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 |