Skip to content

xwm: end transfers when the requestor is destroyed

Created by: jchv

This improves the failure cases when incremental transfers fail to complete successfully for one reason or another. In particular it should vastly improve the failure case seen at https://github.com/swaywm/sway/issues/4007, especially because QXcb uses a special temporary window for its requestor, that gets always destroyed in the case that the error happens.

Merge request reports