]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
rename back the app_selected appearances to app_hilite
[chaz/openbox] / render / theme.h
index b4d7cd1dcb92434a7ea02d27c09b01f66609f04d..c93eb843897d8ac5292c3fc70038191137a8eef8 100644 (file)
@@ -153,10 +153,10 @@ struct _RrTheme {
     RrAppearance *a_clear;     /* clear with no texture */
     RrAppearance *a_clear_tex; /* clear with a texture */
 
-    RrAppearance *app_selected_bg;
-    RrAppearance *app_unselected_bg;
-    RrAppearance *app_selected_label;
-    RrAppearance *app_unselected_label;
+    RrAppearance *app_hilite_bg;
+    RrAppearance *app_unhilite_bg;
+    RrAppearance *app_hilite_label;
+    RrAppearance *app_unhilite_label;
 
 };
 
This page took 0.02083 seconds and 4 git commands to generate.