diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-31 15:40:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-31 15:40:41 +0000 |
| commit | 5588c493355878e8243f889ec4225c02f044e822 (patch) | |
| tree | 0280909357fdb1e5d80bfef8bda3e57306f2439b /render/theme.h | |
| parent | 5e50b406d06147bfce746c24b5341321d55c4a3f (diff) | |
add an allow_fallback option when opening a theme
Diffstat (limited to 'render/theme.h')
| -rw-r--r-- | render/theme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/render/theme.h b/render/theme.h index 911366ae..c65fec58 100644 --- a/render/theme.h +++ b/render/theme.h @@ -236,6 +236,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); |
