]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
moving shadow information out of the themes, and into the Text textures.
[chaz/openbox] / render / theme.h
index 5190e07d534f78a67748fa265393b6e39bcd7789..22bf7e10b162727610405e1bb7d879dbbbd148a2 100644 (file)
@@ -187,7 +187,11 @@ struct _RrTheme {
 
 };
 
-RrTheme* RrThemeNew(const RrInstance *inst, gchar *theme);
+/*! The font values are all optional. If a NULL is used for any of them, then
+  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);
 void RrThemeFree(RrTheme *theme);
 
 G_END_DECLS
This page took 0.020466 seconds and 4 git commands to generate.