summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2009-10-27 17:31:16 -0400
committerThomas Thurman <tthurman@gnome.org>2009-10-27 17:31:16 -0400
commit4df5de9a4676fff9da8977fe34378c7d16c804e5 (patch)
treec8dddf70162da47d2035979248c3fc787d01f2c6
parent90c8821bc4bbf3a113a6a89e890517e45f161410 (diff)
downloadmetacity-4df5de9a4676fff9da8977fe34378c7d16c804e5.tar.gz
add note re title scaling
-rw-r--r--src/ui/theme.c12
1 files 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;
}