summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-22 12:12:20 -0500
committerDana Jansens <danakj@orodu.net>2008-02-22 12:13:02 -0500
commitd9e6aa5643e74ab84fde0ddb1fcb8418ff212281 (patch)
tree392e2d3e1a3cb2e8ef5a3354f1fe0d84e43ac56d /render/theme.h
parentfadc52e1869fbdda3d30a8131ca5c5c1da7c6e98 (diff)
Add theme options for menu line separators.
Added: menu.separator.color menu.separator.width menu.separator.padding.width menu.separator.padding.height
Diffstat (limited to 'render/theme.h')
-rw-r--r--render/theme.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/render/theme.h b/render/theme.h
index 1940970a..a14dac29 100644
--- a/render/theme.h
+++ b/render/theme.h
@@ -47,6 +47,9 @@ struct _RrTheme {
gint cbwidthy;
gint menu_overlap_x;
gint menu_overlap_y;
+ gint menu_sep_width;
+ gint menu_sep_paddingx;
+ gint menu_sep_paddingy;
/* these ones are calculated, not set directly by the theme file */
gint win_font_height;
gint menu_title_font_height;
@@ -84,6 +87,7 @@ struct _RrTheme {
RrColor *titlebut_focused_unpressed_color;
RrColor *titlebut_unfocused_unpressed_color;
RrColor *menu_title_color;
+ RrColor *menu_sep_color;
RrColor *menu_color;
RrColor *menu_selected_color;
RrColor *menu_disabled_color;