mirror of
https://github.com/brl/mutter.git
synced 2025-03-26 13:13:59 +00:00

When mutter recognizes a full-screen window, it tries to raise it to the top of the stack. Unfortunately, a recent rewrite of the stack code didn't do well with raising a window to the top of the stack if the stack wasn't in a consistent state -- it would crash. Ensure that the stack is in a consistent state at the top of meta_stack_raise/meta_stack_lower. https://bugzilla.redhat.com/show_bug.cgi?id=806437 https://bugzilla.gnome.org/show_bug.cgi?id=672797