mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -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 */
|
* we go ahead and do it */
|
||||||
|
|
||||||
children = clutter_actor_get_children (info->window_group);
|
children = clutter_actor_get_children (info->window_group);
|
||||||
|
has_windows = FALSE;
|
||||||
reordered = FALSE;
|
reordered = FALSE;
|
||||||
|
|
||||||
/* We allow for actors in the window group other than the actors we
|
/* We allow for actors in the window group other than the actors we
|
||||||
|
Loading…
Reference in New Issue
Block a user