all repos — openbox @ eb237bf379ca1f3b2ff524bc3a16f0cef3bbcc05

openbox fork - make it a bit more like ryudo

add comment
Dana Jansens danakj@orodu.net
commit

eb237bf379ca1f3b2ff524bc3a16f0cef3bbcc05

parent

af42ac2a535d3625e689c3e60bc525f8a455fcd6

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

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

@@ -765,7 +765,9 @@ self->area.width,

self->area.height); /* when the client has StaticGravity, it likes to move around. - also this correctly positions the client when it maps */ + also this correctly positions the client when it maps. + this also needs to be run when the frame's decorations sizes change! + */ XMoveWindow(ob_display, self->client->window, self->size.left, self->size.top);