Jasper St. Pierre
b3b9d9e161
stack: Never focus unmanaging windows
We can enter weird states where get_default_window is called during window unmanagement, before the window has been fully removed from the stack. Make sure these windows are *never* returned from get_default_window, as focusing them can cause an assertion fail, or worse.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%