mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
xwm: end transfers when the requestor is destroyed
This improves the failure cases when incremental transfers fail to complete successfully for one reason or another.
This commit is contained in:
parent
f82a27f55a
commit
58bcec9d94
3 changed files with 24 additions and 0 deletions
|
|
@ -846,6 +846,7 @@ static void xwm_handle_destroy_notify(struct wlr_xwm *xwm,
|
|||
return;
|
||||
}
|
||||
xwayland_surface_destroy(xsurface);
|
||||
xwm_handle_selection_destroy_notify(xwm, ev);
|
||||
}
|
||||
|
||||
static void xwm_handle_configure_request(struct wlr_xwm *xwm,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue