X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.c;h=e7a2440b903c384fcd5fb504d596739db7f6b0b7;hb=d45af3cb45f35ba639efac15675ed10b3515a7f0;hp=72d054693562528adf2a58f000d0245821e6b482;hpb=6cf3357036561134383198cc8b853abb3fe5a982;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);