]> Dogcows Code - chaz/openbox/blobdiff - obrender/theme.h
Specific border width/color for undecorated active/inactive windows (bug #4889)
[chaz/openbox] / obrender / theme.h
index 7ad5b34f63bd0ce8912a63f1faa6144879f5db86..eb9ac3f930b0ad902dce931e7123b250a701b67e 100644 (file)
@@ -44,6 +44,7 @@ struct _RrTheme {
     gint fbwidth; /*!< frame border width */
     gint mbwidth; /*!< menu border width */
     gint obwidth; /*!< osd border width */
+    gint ubwidth; /*!< undecorated frame border width */
     gint cbwidthx;
     gint cbwidthy;
     gint menu_overlap_x;
@@ -66,7 +67,9 @@ struct _RrTheme {
     RrColor *menu_border_color;
     RrColor *osd_border_color;
     RrColor *frame_focused_border_color;
+    RrColor *frame_undecorated_focused_border_color;
     RrColor *frame_unfocused_border_color;
+    RrColor *frame_undecorated_unfocused_border_color;
     RrColor *title_separator_focused_color;
     RrColor *title_separator_unfocused_color;
     RrColor *cb_focused_color;
This page took 0.02127 seconds and 4 git commands to generate.