X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.c;h=e7a2440b903c384fcd5fb504d596739db7f6b0b7;hb=02a956b065a157212d98c149ac3f5db2ea64a0cb;hp=72d054693562528adf2a58f000d0245821e6b482;hpb=0cd6f4e43c355ef6b568c769a4ecb2983d5f3fa6;p=chaz%2Fopenbox diff --git a/openbox/config.c b/openbox/config.c index 72d05469..e7a2440b 100644 --- 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);