mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 01:48:55 +00:00
Owen W. Taylor
21f123c69f
Don't restack windows while we are unmanaging them
Restacking the frame for a window while unmanaging the window is harmless, but for undecorated (in particular, client-side-decorated) windows, this causes problems because the window is typically destroyed by the client immediately after withredrawing the window. Skip windows flagged as being unmanaged when assembling the new stack and when comparing the old order to the new stack. Add a stacking test for this.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%