diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-31 06:55:14 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-31 06:55:14 +0000 |
| commit | 3e4495c4c85c5cbc04e30f9d6501391d1837e80f (patch) | |
| tree | 8b44b0b5c48b0cba2e604010a71313dde797bf99 | |
| parent | 435b9b378442b2d7c4a5ea982a66f872453f278a (diff) | |
move_onscreen was supposed to go away.. :) thanks mikachu
| -rw-r--r-- | openbox/client.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openbox/client.c b/openbox/client.c index adbab7a7..70b13c7e 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -323,6 +323,7 @@ void client_manage(Window window) place_client(self, &x, &y); + /* make sure the window is visible */ client_find_onscreen(self, &x, &y, self->frame->area.width, self->frame->area.height, @@ -334,9 +335,6 @@ void client_manage(Window window) TRUE, TRUE); } - /* make sure the window is visible */ - client_move_onscreen(self, client_normal(self)); - client_showhide(self); /* use client_focus instead of client_activate cuz client_activate does |
