mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
compositor: initial has_window to FALSE in sync_actor_stacking
Spotted by Jasper, discussed on IRC.
This commit is contained in:
parent
b53bf0e8c2
commit
7ac9a6e241
@ -1275,6 +1275,7 @@ sync_actor_stacking (MetaCompScreen *info)
|
||||
* we go ahead and do it */
|
||||
|
||||
children = clutter_actor_get_children (info->window_group);
|
||||
has_windows = FALSE;
|
||||
reordered = FALSE;
|
||||
|
||||
/* We allow for actors in the window group other than the actors we
|
||||
|
Loading…
Reference in New Issue
Block a user