fix for variable sized border between titlebar and client

This commit is contained in:
Dana Jansens 2007-05-20 07:09:31 +00:00
parent 7472ed3557
commit ef95323122

View file

@ -413,7 +413,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
ob_rr_theme->title_height + self->bwidth, ob_rr_theme->title_height + self->bwidth,
self->client->area.width + self->client->area.width +
self->cbwidth_x * 2, self->cbwidth_x * 2,
self->bwidth); self->rbwidth);
XMapWindow(ob_display, self->titlebottom); XMapWindow(ob_display, self->titlebottom);
} else } else