all repos — openbox @ d13daff9596c70cefa878efc901c9b877eda2d89

openbox fork - make it a bit more like ryudo

80 cols
Dana Jansens danakj@orodu.net
commit

d13daff9596c70cefa878efc901c9b877eda2d89

parent

271761db53b38e9235ad492812552f625049dd90

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

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

@@ -368,7 +368,8 @@ STRUT_SET(self->size,

self->cbwidth_l + (!self->max_horz ? 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)); + self->cbwidth_b + (!self->max_horz || !self->max_vert ? + self->bwidth : 0)); if (self->decorations & OB_FRAME_DECOR_TITLEBAR) self->size.top += ob_rr_theme->title_height + self->bwidth;