]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
half way through the changes to new menu code/design. hot shit. static menus work...
[chaz/openbox] / render / theme.h
index db5eb3aac5df8097f73df2ffb164219c11120da4..0e574d791985eeafa366c9ee3496eb5dafecdfc4 100644 (file)
@@ -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;
 
 };
 
This page took 0.024781 seconds and 4 git commands to generate.