projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d963ae8
)
dont check to make sure the window is on screen here
author
Dana Jansens
<danakj@orodu.net>
Mon, 7 Apr 2003 08:58:45 +0000
(08:58 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 7 Apr 2003 08:58:45 +0000
(08:58 +0000)
plugins/placement/history.c
patch
|
blob
|
history
diff --git
a/plugins/placement/history.c
b/plugins/placement/history.c
index 58434780b687c6b71862d5b09ef5f84184d7b40f..ea3d60dfb5cf9a7b2d2d0b7d7b438390946dd543 100644
(file)
--- 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,