]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
don't place windows over docks. but let them place over menus and toolbars. i guess...
[chaz/openbox] / render / theme.h
index 911366aebcd4ff0ae17332ea27f82a1300917654..e02a69e2a5a4a57cfdb50daed573f4b9823abefe 100644 (file)
@@ -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);
This page took 0.026471 seconds and 4 git commands to generate.