mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 19:39:20 +00:00
Jasper St. Pierre
ed9dbf6aa2
window: Ensure that visible_to_compositor is set when unmanaging
visible_to_compositor should always be in sync with show_window / hide_window calls, even when unmananging. This fixes a crash where we call sync_window_state when the window is unmanaging, since we use visible_to_compositor to determine whether the compositor will crash. This is actually wrong; we should be using the knowledge about whether we have called add_window / remove_window. We'll introduce this with a new boolean next time.
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%