all repos — openbox @ 02a956b065a157212d98c149ac3f5db2ea64a0cb

openbox fork - make it a bit more like ryudo

Init all fonts to NULL, so if they arent in the config they use the default font
Dana Jansens danakj@orodu.net
commit

02a956b065a157212d98c149ac3f5db2ea64a0cb

parent

0cd6f4e43c355ef6b568c769a4ecb2983d5f3fa6

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M openbox/config.copenbox/config.c

@@ -985,6 +985,8 @@ config_font_activewindow = NULL;

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);