diff options
Diffstat (limited to 'xwayland/selection/selection.c')
-rw-r--r-- | xwayland/selection/selection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xwayland/selection/selection.c b/xwayland/selection/selection.c index deb286aa..ea0910d7 100644 --- a/xwayland/selection/selection.c +++ b/xwayland/selection/selection.c @@ -35,6 +35,7 @@ void xwm_selection_transfer_destroy_property_reply( void xwm_selection_transfer_finish( struct wlr_xwm_selection_transfer *transfer) { + transfer->incr = false; xwm_selection_transfer_destroy_property_reply(transfer); xwm_selection_transfer_remove_event_source(transfer); xwm_selection_transfer_close_wl_client_fd(transfer); |