missing another bwidth
authorDana Jansens <danakj@orodu.net>
Sun, 8 Jun 2003 04:20:41 +0000 (04:20 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 8 Jun 2003 04:20:41 +0000 (04:20 +0000)
openbox/frame.c

index e6974005cc367591229430a074db318094df6367..e0332a3eae7842ea75ed9f5afbb1f502f2f698d2 100644 (file)
@@ -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) {