Skip to content
Snippets Groups Projects
Commit 5155c86c authored by Olivier Fourdan's avatar Olivier Fourdan :tools:
Browse files

moveresize: Cancel move/resize if client is gone

Bug: 13344

If a window is unmapped while the user is moving or resizing it, we
would cancel the move but swallow the event, which would leave the
window frame on screen as the main event handle would not get the
unmap notify.

Mark the client as gone when detected in the move/resize event loop,
let the event get through to the main event handler that will free the
client and shortcut the move/resize operation if the client is marked
as gone.
parent 0feb29e7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment