mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
![Florian Müllner](/assets/img/avatar_default.png)
There's a small window before a window that is being unmanaged is unregistered with the display. The MetaScreen::window-left-monitor and MetaWorkspace::window-removed emissions fall right into that window, so code that runs in that time may well be out of our control; we can make sure that the method it can use to get an updated list of windows no longer contains the destroyed window though, which is a much better option than expecting everyone to filter the list themselves.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%