]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.c
Init all fonts to NULL, so if they arent in the config they use the default font
[chaz/openbox] / openbox / config.c
index 72d054693562528adf2a58f000d0245821e6b482..e7a2440b903c384fcd5fb504d596739db7f6b0b7 100644 (file)
@@ -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);
 
This page took 0.020937 seconds and 4 git commands to generate.