X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=3f9063e61c3e9ea305b2ed474f5833b894fbf185;hb=b7393636e05c95ec068e8a1ff063cbefa63a901b;hp=06014cbb42f012d844e549f93cc4944644787197;hpb=cfdbe23e0d9b72b4c220a10ddf60a4e981967b63;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index 06014cbb..3f9063e6 100644 --- a/render/theme.h +++ b/render/theme.h @@ -34,7 +34,8 @@ struct _RrTheme { RrFont *win_font_unfocused; RrFont *menu_title_font; RrFont *menu_font; - RrFont *osd_font; + RrFont *osd_font_hilite; + RrFont *osd_font_unhilite; /* style settings - geometry */ gint paddingx; @@ -257,7 +258,7 @@ 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); + RrFont *active_osd_font, RrFont *inactive_osd_font); void RrThemeFree(RrTheme *theme); G_END_DECLS