diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-21 05:25:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-21 05:25:59 +0000 |
| commit | d13daff9596c70cefa878efc901c9b877eda2d89 (patch) | |
| tree | c58f59824d2cf431baa9f21224a3a54c431cada2 /openbox | |
| parent | 271761db53b38e9235ad492812552f625049dd90 (diff) | |
80 cols
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/frame.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/frame.c b/openbox/frame.c index d88074c6..0b852456 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -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; |
