all repos — openbox @ 3e4495c4c85c5cbc04e30f9d6501391d1837e80f

openbox fork - make it a bit more like ryudo

move_onscreen was supposed to go away.. :) thanks mikachu
Dana Jansens danakj@orodu.net
commit

3e4495c4c85c5cbc04e30f9d6501391d1837e80f

parent

435b9b378442b2d7c4a5ea982a66f872453f278a

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -323,6 +323,7 @@ int y = self->area.y, oy = y;

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,

@@ -333,9 +334,6 @@ client_configure(self, OB_CORNER_TOPLEFT, x, y,

self->area.width, self->area.height, TRUE, TRUE); } - - /* make sure the window is visible */ - client_move_onscreen(self, client_normal(self)); client_showhide(self);