mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 09:29:25 +00:00
Marco Trevisan (Treviño)
b1587f0716
compositor: reset top_window_actor and remove it from windows when destroyed
When the top window actor is destroyed, we need to make sure that all its references are removed or it could be picked again in next windows sync, causing crashes. Since the window might or might not be destroyed when removed (depending weather animations are in progress over it or not), it's just safer to wait it to be destroyed before cleaning up any of its reference. https://bugzilla.gnome.org/show_bug.cgi?id=791006
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%