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:
78aa056
)
make the shadow offset 1
author
Dana Jansens
<danakj@orodu.net>
Sat, 22 Mar 2003 04:27:12 +0000
(
04:27
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 22 Mar 2003 04:27:12 +0000
(
04:27
+0000)
engines/openbox/theme.c
patch
|
blob
|
history
diff --git
a/engines/openbox/theme.c
b/engines/openbox/theme.c
index 4fc859dacbc109412e6b97502f04103479301c2a..b1e3a98acac229765c9ab92aef15d18f87b8c6c1 100644
(file)
--- a/
engines/openbox/theme.c
+++ b/
engines/openbox/theme.c
@@
-269,7
+269,7
@@
gboolean load()
/* load the font, not from the theme file tho, its in themerc_font */
s_winfont_shadow = 1; /* XXX read from themrc */
- s_winfont_shadow_offset =
2
; /* XXX read from themerc */
+ s_winfont_shadow_offset =
1
; /* XXX read from themerc */
s_winfont = font_open(themerc_font);
s_winfont_height = font_height(s_winfont, s_winfont_shadow,
s_winfont_shadow_offset);