]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.c
oops that worked before i borked it bad
[chaz/openbox] / openbox / stacking.c
index d4c6e1bcc0bd767b69d466e64793aacef0f2e06e..72b7c03ba51856cf9b123326b38f429ffc1692aa 100644 (file)
@@ -73,8 +73,7 @@ void stacking_raise(Client *client)
 
     stacking_list = g_list_insert_before(stacking_list, it, client);
 
-    if (client->frame->visible)
-        XRestackWindows(ob_display, wins, 2);
+    XRestackWindows(ob_display, wins, 2);
 
     stacking_set_list();
 }
@@ -117,8 +116,7 @@ void stacking_lower(Client *client)
                                             it->next, client);
     }
 
-    if (client->frame->visible)
-        XRestackWindows(ob_display, wins, 2);
+    XRestackWindows(ob_display, wins, 2);
     stacking_set_list();
 }
 
This page took 0.0216 seconds and 4 git commands to generate.