all repos — openbox @ ef95323122cc4be9fd492b44e0759352b3768df7

openbox fork - make it a bit more like ryudo

fix for variable sized border between titlebar and client
Dana Jansens danakj@orodu.net
commit

ef95323122cc4be9fd492b44e0759352b3768df7

parent

7472ed3557353e4a779da2a9b6b01532f7374022

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

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

@@ -413,7 +413,7 @@ self->bwidth,

ob_rr_theme->title_height + self->bwidth, self->client->area.width + self->cbwidth_x * 2, - self->bwidth); + self->rbwidth); XMapWindow(ob_display, self->titlebottom); } else