X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=da8e80d3be72c62f30a2cfacaa2d021350bee36f;hb=a1746ab2158da2324aefb7ce81e7b5edc9c41e79;hp=5b4e785e80527499a04bb77b66c0f0d549b9dd89;hpb=ea435b99a804b755312bcbb9371faa4c0111d43e;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index 5b4e785e..da8e80d3 100644 --- a/render/theme.h +++ b/render/theme.h @@ -45,7 +45,11 @@ struct _RrTheme { gint obwidth; /*!< osd border width */ gint cbwidthx; gint cbwidthy; - gint menu_overlap; + gint menu_overlap_x; + gint menu_overlap_y; + gint menu_sep_width; + gint menu_sep_paddingx; + gint menu_sep_paddingy; /* these ones are calculated, not set directly by the theme file */ gint win_font_height; gint menu_title_font_height; @@ -83,6 +87,7 @@ struct _RrTheme { RrColor *titlebut_focused_unpressed_color; RrColor *titlebut_unfocused_unpressed_color; RrColor *menu_title_color; + RrColor *menu_sep_color; RrColor *menu_color; RrColor *menu_selected_color; RrColor *menu_disabled_color;