From ddf566a3c4b5c4a24b5c01a06e8be4ad84385705 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 3 Sep 2013 16:03:17 -0400 Subject: [PATCH] compositor: initial has_window to FALSE in sync_actor_stacking Spotted by Jasper, discussed on IRC. --- src/compositor/compositor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compositor/compositor.c b/src/compositor/compositor.c index 9a864448e..5b936f034 100644 --- a/src/compositor/compositor.c +++ b/src/compositor/compositor.c @@ -1152,6 +1152,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