]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
add a separate font config for onscreendisplays
[chaz/openbox] / render / theme.h
index 62ff87dd5643aa9d145e8c980c796850f9101b2c..b0caa171bbc84d0a449a1121ca399751ffab5f69 100644 (file)
@@ -34,6 +34,7 @@ struct _RrTheme {
     RrFont *win_font_unfocused;
     RrFont *menu_title_font;
     RrFont *menu_font;
+    RrFont *osd_font;
 
     /* style settings - geometry */
     gint paddingx;
@@ -226,7 +227,8 @@ struct _RrTheme {
   the default font will be used. */
 RrTheme* RrThemeNew(const RrInstance *inst, gchar *theme,
                     RrFont *active_window_font, RrFont *inactive_window_font,
-                    RrFont *menu_title_font, RrFont *menu_item_font);
+                    RrFont *menu_title_font, RrFont *menu_item_font,
+                    RrFont *osd_font);
 void RrThemeFree(RrTheme *theme);
 
 G_END_DECLS
This page took 0.021577 seconds and 4 git commands to generate.