projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cd6f4e
)
Init all fonts to NULL, so if they arent in the config they use the default font
author
Dana Jansens
<danakj@orodu.net>
Thu, 28 Jan 2010 13:37:18 +0000
(08:37 -0500)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 28 Jan 2010 13:40:07 +0000
(08:40 -0500)
openbox/config.c
patch
|
blob
|
history
diff --git
a/openbox/config.c
b/openbox/config.c
index 72d054693562528adf2a58f000d0245821e6b482..e7a2440b903c384fcd5fb504d596739db7f6b0b7 100644
(file)
--- a/
openbox/config.c
+++ b/
openbox/config.c
@@
-985,6
+985,8
@@
void config_startup(ObtXmlInst *i)
config_font_inactivewindow = NULL;
config_font_menuitem = NULL;
config_font_menutitle = NULL;
+ config_font_activeosd = NULL;
+ config_font_inactiveosd = NULL;
obt_xml_register(i, "theme", parse_theme, NULL);