summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-26 13:10:36 +0000
committerDana Jansens <danakj@orodu.net>2007-04-26 13:10:36 +0000
commit4e590eba236c587caff22d8cfc3a8fc0332cb206 (patch)
treeab9c1fd825b694d9557d67b6a8504b71d58f4d21 /render/theme.h
parent1c4c2b92a0be1b1358f34898ef47f74e0b21ae6a (diff)
add a separate font config for onscreendisplays
change menutitle in the rc to menuheader fix up the xsd for fonts
Diffstat (limited to 'render/theme.h')
-rw-r--r--render/theme.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/render/theme.h b/render/theme.h
index 62ff87dd..b0caa171 100644
--- a/render/theme.h
+++ b/render/theme.h
@@ -34,6 +34,7 @@ struct _RrTheme {
RrFont *win_font_unfocused;
RrFont *menu_title_font;
RrFont *menu_font;
+ RrFont *osd_font;
/* style settings - geometry */
gint paddingx;
@@ -226,7 +227,8 @@ struct _RrTheme {
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);
+ RrFont *menu_title_font, RrFont *menu_item_font,
+ RrFont *osd_font);
void RrThemeFree(RrTheme *theme);
G_END_DECLS