[mutter/wayland] compositor: initial has_window to FALSE in sync_actor_stacking



commit 7ac9a6e241000e0e78bf3cd6135d9485fa989316
Author: Ray Strode <rstrode redhat com>
Date:   Tue Sep 3 16:03:17 2013 -0400

    compositor: initial has_window to FALSE in sync_actor_stacking
    
    Spotted by Jasper, discussed on IRC.

 src/compositor/compositor.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/compositor/compositor.c b/src/compositor/compositor.c
index 09393d2..80046c6 100644
--- a/src/compositor/compositor.c
+++ b/src/compositor/compositor.c
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]