X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=c65fec58179b8429f412c0830ccf3993083e83b5;hb=9cc523aa71d5c25a7ac0380c2349e3634d240f6d;hp=4e87fb12ed8401d58ec1980aeda1eafa2bf4e6c6;hpb=b63ad92cca9f14a1d86c00bd76b52c1626a29ee3;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index 4e87fb12..c65fec58 100644 --- a/render/theme.h +++ b/render/theme.h @@ -230,11 +230,13 @@ struct _RrTheme { RrAppearance *osd_hilite_label; /* can be parent relative */ RrAppearance *osd_unhilite_fg; /* can never be parent relative */ + gchar *name; }; /*! 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, +RrTheme* RrThemeNew(const RrInstance *inst, const gchar *theme, + gboolean allow_fallback, RrFont *active_window_font, RrFont *inactive_window_font, RrFont *menu_title_font, RrFont *menu_item_font, RrFont *osd_font);