X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=2c35284f466b50dba4855edffc75bd57cdf1f572;hb=ff78d28f8bcdbbdd42fe9501ee81185f67a4166a;hp=64c3abcf9e354af146e73f4c4a1b385028e5d708;hpb=285db844e6bbbd633a3e2a31c87d9bfe313fe952;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index 64c3abcf..2c35284f 100644 --- a/render/theme.h +++ b/render/theme.h @@ -41,9 +41,8 @@ struct _RrTheme { gint paddingy; gint handle_height; gint fbwidth; /*!< frame border width */ - gint tswidth; /*!< title separator width - between the titlebar and the - client */ gint mbwidth; /*!< menu border width */ + gint obwidth; /*!< osd border width */ gint cbwidthx; gint cbwidthy; gint menu_overlap; @@ -60,8 +59,11 @@ struct _RrTheme { /* style settings - colors */ RrColor *menu_border_color; + RrColor *osd_border_color; RrColor *frame_focused_border_color; RrColor *frame_unfocused_border_color; + RrColor *title_separator_focused_color; + RrColor *title_separator_unfocused_color; RrColor *cb_focused_color; RrColor *cb_unfocused_color; RrColor *title_focused_color;