projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ce9867
)
missing another bwidth
author
Dana Jansens
<danakj@orodu.net>
Sun, 8 Jun 2003 04:20:41 +0000
(
04:20
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 8 Jun 2003 04:20:41 +0000
(
04:20
+0000)
openbox/frame.c
patch
|
blob
|
history
diff --git
a/openbox/frame.c
b/openbox/frame.c
index e6974005cc367591229430a074db318094df6367..e0332a3eae7842ea75ed9f5afbb1f502f2f698d2 100644
(file)
--- 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) {