From 4df5de9a4676fff9da8977fe34378c7d16c804e5 Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Tue, 27 Oct 2009 17:31:16 -0400 Subject: add note re title scaling --- src/ui/theme.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/ui/theme.c b/src/ui/theme.c index d46d5997..5cf5f3b8 100644 --- a/src/ui/theme.c +++ b/src/ui/theme.c @@ -328,8 +328,16 @@ meta_theme_get_title_scale (MetaTheme *theme, MetaFrameType type, MetaFrameFlags flags) { - /* stub FIXME */ - /* stub: return sensible default value */ + /* + * In v2 themes, the theme authors had the option of + * asking for various sizes to scale the text by: + * + * xx-small,x-small,small,medium,large,x-large,xx-large + * + * We don't currently support any of these, and we + * pretend that it's always given as "medium". + */ + return 1.0; } -- cgit v1.2.1