X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=e0dc3f876761e0e8e67e7a670241cfd4e6a38949;hb=067776e783fc0cb4a731c8ea226c8b6b3c50f053;hp=878654628ee583f911485a6411b9a1f40efd6f68;hpb=4d82dd3017655aef64893897bc12064e5c51469d;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index 87865462..e0dc3f87 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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();