From: Dana Jansens Date: Sun, 8 Jun 2003 04:20:41 +0000 (+0000) Subject: missing another bwidth X-Git-Tag: gl-oldtheme~36 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6da9e1865fe7cb68d0e4ef57226a64a28c9d3c50;p=dana%2Fopenbox.git missing another bwidth --- 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) {