From ef95323122cc4be9fd492b44e0759352b3768df7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 20 May 2007 07:09:31 +0000 Subject: [PATCH] fix for variable sized border between titlebar and client --- openbox/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0