From 703c17ae41a7ebc597a433a37854ec5109dc4a58 Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Tue, 26 Jan 2021 17:46:27 -0500 Subject: xwayland/selection: refactor remaining incremental transfer code --- include/xwayland/selection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3