summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-28 02:10:23 +0000
committerDana Jansens <danakj@orodu.net>2003-08-28 02:10:23 +0000
commitc34ef4028e504b8ce862b9c2e47b284ab66717dd (patch)
tree5abae73563e8b11972a33e7f76867610f85db308 /render/theme.h
parentcadab91e522c6426cc79df4f06e7c05232cb0a64 (diff)
half way through the changes to new menu code/design. hot shit. static menus work, on to plugins next.
Diffstat (limited to 'render/theme.h')
-rw-r--r--render/theme.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/render/theme.h b/render/theme.h
index db5eb3aa..0e574d79 100644
--- a/render/theme.h
+++ b/render/theme.h
@@ -143,14 +143,17 @@ struct _RrTheme {
RrAppearance *a_menu_item;
RrAppearance *a_menu_disabled;
RrAppearance *a_menu_hilite;
+ RrAppearance *a_menu_text_item;
+ RrAppearance *a_menu_text_disabled;
+ RrAppearance *a_menu_text_hilite;
RrAppearance *a_menu_bullet;
- RrAppearance *a_clear;
+ RrAppearance *a_clear; /* clear with no texture */
+ RrAppearance *a_clear_tex; /* clear with a texture */
RrAppearance *app_hilite_bg;
RrAppearance *app_unhilite_bg;
RrAppearance *app_hilite_label;
RrAppearance *app_unhilite_label;
- RrAppearance *app_icon;
};