]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
80 cols
[chaz/openbox] / openbox / frame.c
index d88074c6aaf8dca3a7189529a093333c1841f495..0b85245652065687e6765b07d1b9745285cbfaa7 100644 (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;
This page took 0.020448 seconds and 4 git commands to generate.