X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fplacement%2Fhistory.c;h=ea3d60dfb5cf9a7b2d2d0b7d7b438390946dd543;hb=5ac5170decd6dcf9e86f434e55df2751a1a96e2b;hp=58434780b687c6b71862d5b09ef5f84184d7b40f;hpb=a484ba5e1953c62a4696010bfd34b91770915d28;p=chaz%2Fopenbox diff --git a/plugins/placement/history.c b/plugins/placement/history.c index 58434780..ea3d60df 100644 --- a/plugins/placement/history.c +++ b/plugins/placement/history.c @@ -56,13 +56,6 @@ gboolean place_history(Client *c) x = hi->x; y = hi->y; - /* make sure the window is on the display */ - if (x >= screen_physical_size.width || - y >= screen_physical_size.height || - x + c->frame->area.width < 1 || - y + c->frame->area.height < 1) - return FALSE; - frame_frame_gravity(c->frame, &x, &y); /* get where the client should be */ client_configure(c, Corner_TopLeft, x, y,