This commit is contained in:
Dana Jansens 2007-06-21 05:25:59 +00:00
parent 271761db53
commit d13daff959

View file

@ -368,7 +368,8 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
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;