diff options
author | Tudor Brindus <me@tbrindus.ca> | 2021-01-26 17:46:27 -0500 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-01-29 10:18:03 +0100 |
commit | 703c17ae41a7ebc597a433a37854ec5109dc4a58 (patch) | |
tree | 52dab656e0bda14d81cdb74fe5b027ec2cee0661 /include/xwayland/selection.h | |
parent | 23148d283fb00bff0dff6f0f8126b9f940d07544 (diff) |
xwayland/selection: refactor remaining incremental transfer code
Diffstat (limited to 'include/xwayland/selection.h')
-rw-r--r-- | include/xwayland/selection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xwayland/selection.h b/include/xwayland/selection.h index 7d1c1e19..5e65e8bb 100644 --- a/include/xwayland/selection.h +++ b/include/xwayland/selection.h @@ -47,6 +47,7 @@ void xwm_selection_transfer_close_wl_client_fd( struct wlr_xwm_selection_transfer *transfer); void xwm_selection_transfer_destroy_property_reply( struct wlr_xwm_selection_transfer *transfer); +void xwm_selection_transfer_finish(struct wlr_xwm_selection_transfer *transfer); bool xwm_selection_transfer_get_selection_property( struct wlr_xwm_selection_transfer *transfer, bool delete); |