]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
remove debug prints
[chaz/openbox] / render / theme.h
index d9965f6f154e658a27a42f300f41948a3fd2bfe0..c93eb843897d8ac5292c3fc70038191137a8eef8 100644 (file)
@@ -45,7 +45,7 @@ struct _RrTheme {
     RrColor *menu_color;
     RrColor *menu_bullet_color;
     RrColor *menu_disabled_color;
-    RrColor *menu_hilite_color;
+    RrColor *menu_selected_color;
 
     /* style settings - fonts */
     gint winfont_height;
@@ -145,10 +145,10 @@ struct _RrTheme {
     RrAppearance *a_menu;
     RrAppearance *a_menu_item;
     RrAppearance *a_menu_disabled;
-    RrAppearance *a_menu_hilite;
+    RrAppearance *a_menu_selected;
     RrAppearance *a_menu_text_item;
     RrAppearance *a_menu_text_disabled;
-    RrAppearance *a_menu_text_hilite;
+    RrAppearance *a_menu_text_selected;
     RrAppearance *a_menu_bullet;
     RrAppearance *a_clear;     /* clear with no texture */
     RrAppearance *a_clear_tex; /* clear with a texture */
This page took 0.023958 seconds and 4 git commands to generate.