X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=22bf7e10b162727610405e1bb7d879dbbbd148a2;hb=7744067b6b50124c31f647e2943ef1fce9fdec96;hp=5190e07d534f78a67748fa265393b6e39bcd7789;hpb=d9f14c1d010860e658f4a9adc6682e0264b410aa;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index 5190e07d..22bf7e10 100644 --- a/render/theme.h +++ b/render/theme.h @@ -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