X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=9b2d663ed464ce9a57814e25591e660dffcb4d8f;hb=1124d1036984f920dcd5b2caec9ff8fe2d788b8a;hp=3f87ce93282a3a0d7f4dd36e566a17ae9bc38814;hpb=f1f61ff703db72cc1db7f834c9cb45616d55da10;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index 3f87ce93..9b2d663e 100644 --- a/render/theme.h +++ b/render/theme.h @@ -107,7 +107,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; @@ -145,6 +147,9 @@ struct _RrTheme { RrPixmapMask *menu_toggle_mask; /* menu boolean */ #endif + RrPixmapMask *down_arrow_mask; + RrPixmapMask *up_arrow_mask; + /* global appearances */ RrAppearance *a_disabled_focused_max; RrAppearance *a_disabled_unfocused_max;