summaryrefslogtreecommitdiff
path: root/libmetacity/meta-theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmetacity/meta-theme.h')
-rw-r--r--libmetacity/meta-theme.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmetacity/meta-theme.h b/libmetacity/meta-theme.h
index 6cc136a4..c544bd3e 100644
--- a/libmetacity/meta-theme.h
+++ b/libmetacity/meta-theme.h
@@ -122,6 +122,9 @@ MetaButton **meta_theme_get_buttons (MetaTheme *theme)
void meta_theme_set_composited (MetaTheme *theme,
gboolean composited);
+void meta_theme_set_scale (MetaTheme *theme,
+ gint scale);
+
void meta_theme_set_titlebar_font (MetaTheme *theme,
const PangoFontDescription *titlebar_font);