]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
Fonts are now going to be configured in the rc.xml file. The format is such as
[chaz/openbox] / openbox / openbox.c
index 087efd6be943f672b7e7141925670d46ef7523f0..e3309f005b2b022dfd9c81162b769de37a8a84c1 100644 (file)
@@ -244,7 +244,12 @@ gint main(gint argc, gchar **argv)
             /* load the theme specified in the rc file */
             {
                 RrTheme *theme;
-                if ((theme = RrThemeNew(ob_rr_inst, config_theme))) {
+                if ((theme = RrThemeNew(ob_rr_inst, config_theme,
+                                        config_font_activewindow,
+                                        config_font_inactivewindow,
+                                        config_font_menutitle,
+                                        config_font_menuitem)))
+                {
                     RrThemeFree(ob_rr_theme);
                     ob_rr_theme = theme;
                 }
This page took 0.020893 seconds and 4 git commands to generate.