]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
Fully maximized windows still have a normal titlebar. Fixes bug #4373
[chaz/openbox] / openbox / frame.c
index c1b3157077b55b9d1a31637690c3a50eed50423e..df53f3c2e0b2f92fe50072244e5ca8f6dc3014ac 100644 (file)
@@ -370,8 +370,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
 
         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));
This page took 0.020424 seconds and 4 git commands to generate.