]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
base rudeness on if they have a strut or not
[chaz/openbox] / openbox / client.c
index 878654628ee583f911485a6411b9a1f40efd6f68..e0dc3f876761e0e8e67e7a670241cfd4e6a38949 100644 (file)
@@ -300,7 +300,8 @@ void client_manage(Window window)
     dispatch_client(Event_Client_New, self, 0, 0);
 
     /* make sure the window is visible */
-    if (client_normal(self))
+    if (!(self->strut.left || self->strut.right ||
+          self->strut.top || self->strut.bottom))
         client_move_onscreen(self, TRUE);
 
     screen_update_areas();
This page took 0.019766 seconds and 4 git commands to generate.