summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2009-12-21 10:42:58 -0500
committerDana Jansens <danakj@orodu.net>2009-12-21 10:43:30 -0500
commitb7393636e05c95ec068e8a1ff063cbefa63a901b (patch)
treee78329acc24ce6a30747979edd903bc5a5dcae9f /render/theme.h
parentcfdbe23e0d9b72b4c220a10ddf60a4e981967b63 (diff)
make a config option for the inactive osd font
Diffstat (limited to 'render/theme.h')
-rw-r--r--render/theme.h5
1 files changed, 3 insertions, 2 deletions
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