From: Dana Jansens Date: Sun, 20 May 2007 07:09:31 +0000 (+0000) Subject: fix for variable sized border between titlebar and client X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=ef95323122cc4be9fd492b44e0759352b3768df7;p=chaz%2Fopenbox fix for variable sized border between titlebar and client --- diff --git a/openbox/frame.c b/openbox/frame.c index 1fbf2152..e3cd4240 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -413,7 +413,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved, ob_rr_theme->title_height + self->bwidth, self->client->area.width + self->cbwidth_x * 2, - self->bwidth); + self->rbwidth); XMapWindow(ob_display, self->titlebottom); } else