]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.c
fix some warnings from -Wall
[chaz/openbox] / openbox / stacking.c
index 714d2a1c1f491a8c479b5acfd0a73c93e53dda19..bedc10c817e2973f144ca54288003302d4b2dd99 100644 (file)
@@ -56,11 +56,12 @@ void stacking_set_list()
 
 static void do_restack(GList *wins, GList *before)
 {
-    GList *it, *next;
+    GList *it;
     Window *win;
     gint i;
 
 #ifdef DEBUG
+    GList *next;
     /* pls only restack stuff in the same layer at a time */
     for (it = wins; it; it = next) {
         next = g_list_next(it);
This page took 0.020877 seconds and 4 git commands to generate.