mirror of
https://github.com/brl/mutter.git
synced 2025-07-23 18:11:23 +00:00
c0bdb3018b6b839a08a2282e84bd4fe2aa45887f

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%