]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
only show falling back msg when its true
[chaz/openbox] / render / theme.h
index dda67071a91e24d3301493c5fd3d8ad11019d0a0..c65fec58179b8429f412c0830ccf3993083e83b5 100644 (file)
@@ -235,7 +235,8 @@ 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, gchar *theme,
+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.019669 seconds and 4 git commands to generate.