]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.c
remove the ob_root var, its redundant of what Xlib already provides
[chaz/openbox] / openbox / stacking.c
index c15f38308da452d89f7fc420649ec03595d2f739..5b9b37b2958134e1a4d7dace6c466cc3206c1346 100644 (file)
@@ -30,8 +30,8 @@ void stacking_set_list()
         }
     }
 
-    PROP_SETA32(ob_root, net_client_list_stacking, window,
-                (guint32*)windows, i);
+    PROP_SETA32(RootWindow(ob_display, ob_screen),
+                net_client_list_stacking, window, (guint32*)windows, i);
 
     g_free(windows);
 }
This page took 0.021458 seconds and 4 git commands to generate.