From b7393636e05c95ec068e8a1ff063cbefa63a901b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 21 Dec 2009 10:42:58 -0500 Subject: make a config option for the inactive osd font --- render/theme.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'render/theme.h') 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 -- cgit v1.2.3