X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=2c35284f466b50dba4855edffc75bd57cdf1f572;hb=8349e4ca6ba679a6a43cd56a282502eacafc580d;hp=e02a69e2a5a4a57cfdb50daed573f4b9823abefe;hpb=aca8327244e0e1ebc4e367a57339ff2dc944782c;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index e02a69e2..2c35284f 100644 --- a/render/theme.h +++ b/render/theme.h @@ -42,6 +42,7 @@ struct _RrTheme { gint handle_height; gint fbwidth; /*!< frame border width */ gint mbwidth; /*!< menu border width */ + gint obwidth; /*!< osd border width */ gint cbwidthx; gint cbwidthy; gint menu_overlap; @@ -58,6 +59,7 @@ 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;