[metacity/cowbell] add note re title scaling



commit 4df5de9a4676fff9da8977fe34378c7d16c804e5
Author: Thomas Thurman <tthurman gnome org>
Date:   Tue Oct 27 17:31:16 2009 -0400

    add note re title scaling

 src/ui/theme.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index d46d599..5cf5f3b 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;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]