]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
give different border colors to active and inactive windows. adjust the xml theme...
[chaz/openbox] / render / theme.h
index 8f66a383f8689d77a874b1dc89075e99b2a39f76..4e87fb12ed8401d58ec1980aeda1eafa2bf4e6c6 100644 (file)
@@ -57,8 +57,9 @@ struct _RrTheme {
     gint menu_title_height;
 
     /* style settings - colors */
-    RrColor *menu_b_color;
-    RrColor *frame_b_color;
+    RrColor *menu_border_color;
+    RrColor *frame_focused_border_color;
+    RrColor *frame_unfocused_border_color;
     RrColor *cb_focused_color;
     RrColor *cb_unfocused_color;
     RrColor *title_focused_color;
@@ -135,7 +136,9 @@ struct _RrTheme {
     RrPixmapMask *close_pressed_mask;
 
     RrPixmapMask *menu_bullet_mask; /* submenu pointer */
+#if 0
     RrPixmapMask *menu_toggle_mask; /* menu boolean */
+#endif
 
     /* global appearances */
     RrAppearance *a_disabled_focused_max;
This page took 0.028423 seconds and 4 git commands to generate.