diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-07 08:58:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-07 08:58:45 +0000 |
| commit | 3e55e63f5d7fc4389e9c8b8646a5647dc5510f84 (patch) | |
| tree | fee49d56bfda51c7409d8a69511e1a9a7c95e0a1 /plugins | |
| parent | d963ae89a3cbae13de7c28a0564880ac3422a5a8 (diff) | |
dont check to make sure the window is on screen here
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/placement/history.c | 7 |
1 files changed, 0 insertions, 7 deletions
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, |
