X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=e02a69e2a5a4a57cfdb50daed573f4b9823abefe;hb=0a5ac0c8ef4d921e7774caeddf853ddfd3ef1131;hp=911366aebcd4ff0ae17332ea27f82a1300917654;hpb=5e50b406d06147bfce746c24b5341321d55c4a3f;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index 911366ae..e02a69e2 100644 --- a/render/theme.h +++ b/render/theme.h @@ -60,6 +60,8 @@ struct _RrTheme { RrColor *menu_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; @@ -236,6 +238,7 @@ struct _RrTheme { /*! The font values are all optional. If a NULL is used for any of them, then the default font will be used. */ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *theme, + gboolean allow_fallback, RrFont *active_window_font, RrFont *inactive_window_font, RrFont *menu_title_font, RrFont *menu_item_font, RrFont *osd_font);