all repos — openbox @ d0c1a24be990360e793b0e488cb7285bb024b32e

openbox fork - make it a bit more like ryudo

fix frame positionings more
Dana Jansens danakj@orodu.net
commit

d0c1a24be990360e793b0e488cb7285bb024b32e

parent

0ec56cdb94c14fe4711c8365d1eb153a71a8604b

1 files changed, 6 insertions(+), 4 deletions(-)

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

@@ -446,12 +446,14 @@ 0,

self->width - ob_rr_theme->grip_width *2, ob_rr_theme->paddingy + 1); - XMoveWindow(ob_display, self->tltresize, 0, 0); - XMoveWindow(ob_display, self->tllresize, 0, 0); + XMoveWindow(ob_display, self->tltresize, self->bwidth, 0); + XMoveWindow(ob_display, self->tllresize, self->bwidth, 0); XMoveWindow(ob_display, self->trtresize, - self->width - ob_rr_theme->grip_width, 0); + self->bwidth + self->width - + ob_rr_theme->grip_width, 0); XMoveWindow(ob_display, self->trrresize, - self->width - ob_rr_theme->paddingx - 1, 0); + self->bwidth + self->width - + ob_rr_theme->paddingx - 1, 0); XMapWindow(ob_display, self->topresize); XMapWindow(ob_display, self->tltresize);