all repos — openbox @ 36af6f8d968eb53a836b9db1d64f007e3ffca271

openbox fork - make it a bit more like ryudo

Fully maximized windows still have a normal titlebar.  Fixes bug #4373

Also, maximized windows were having their client padding reduced by the size of
the outer border from this same bug, which is now fixed.
Dana Jansens danakj@orodu.net
commit

36af6f8d968eb53a836b9db1d64f007e3ffca271

parent

d95355ce5830d8e3377729c0a264c5823ca9a06d

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

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

@@ -370,8 +370,7 @@ (ob_rr_theme->grip_width + self->bwidth) * 2 + 1);

STRUT_SET(self->size, self->cbwidth_l + (!self->max_horz ? self->bwidth : 0), - self->cbwidth_t + - (!self->max_horz || !self->max_vert ? self->bwidth : 0), + self->cbwidth_t + self->bwidth, self->cbwidth_r + (!self->max_horz ? self->bwidth : 0), self->cbwidth_b + (!self->max_horz || !self->max_vert ? self->bwidth : 0));