Skip to content

wayland: Signal about finished move/resize in destroyClient()

We need to emit the clientFinishUserMovedResized signal to notify effects such as translucency that the interactive move-resize is finished. Otherwise, the set() animation won't be cancelled and the window will get stuck frozen.

X11Client doesn't need any adjustments as it already emits the clientFinishUserMovedResized signal.

BUG: 409376

Edited by Vlad Zahorodnii

Merge request reports