X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=a14dac29625881e29076f15fe7982ab4a0e525c5;hb=d9e6aa5643e74ab84fde0ddb1fcb8418ff212281;hp=3f87ce93282a3a0d7f4dd36e566a17ae9bc38814;hpb=8186a81fe0095a46c2a65e252268f19d5798095a;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index 3f87ce93..a14dac29 100644 --- a/render/theme.h +++ b/render/theme.h @@ -47,6 +47,9 @@ struct _RrTheme { gint cbwidthy; 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; @@ -84,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; @@ -107,7 +111,9 @@ struct _RrTheme { gchar menu_text_disabled_selected_shadow_alpha; /* style settings - pics */ - RrPixel32 *def_win_icon; /* 48x48 RGBA */ + RrPixel32 *def_win_icon; /* RGBA */ + gint def_win_icon_w; + gint def_win_icon_h; /* style settings - masks */ RrPixmapMask *max_mask;