]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
left and right edges resized in the wrong direction
[chaz/openbox] / render / theme.h
index 85e5aa73d7816f6421d877e04e0c4f4b80a0c5ad..dda67071a91e24d3301493c5fd3d8ad11019d0a0 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;
@@ -229,6 +230,7 @@ struct _RrTheme {
     RrAppearance *osd_hilite_label; /* can be parent relative */
     RrAppearance *osd_unhilite_fg; /* can never be parent relative */
 
+    gchar *name;
 };
 
 /*! The font values are all optional. If a NULL is used for any of them, then
This page took 0.021653 seconds and 4 git commands to generate.