From 6da9e1865fe7cb68d0e4ef57226a64a28c9d3c50 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 8 Jun 2003 04:20:41 +0000 Subject: [PATCH] missing another bwidth --- openbox/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/frame.c b/openbox/frame.c index e6974005..e0332a3e 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -462,7 +462,7 @@ static void layout_title(Frame *self) if (!c) RrSurfaceHide(self->s_close); - x = ob_theme->bevel + 1; + x = ob_theme->bevel + ob_theme->bwidth + 1; y = ob_theme->bevel + ob_theme->bwidth + 1; for (lc = ob_theme->title_layout; *lc != '\0'; ++lc) { switch (*lc) { -- 2.34.1