summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2009-10-26 17:23:06 -0400
committerThomas Thurman <tthurman@gnome.org>2009-10-26 17:23:06 -0400
commitd17be14cc1ee2b8f419a196365cbc431d8bbbf78 (patch)
tree9eb17025d7a577f7945e5cdf665a268435c385a2
parentb04fa1212ce38c3664957e47b121ad923b3d2740 (diff)
downloadmetacity-d17be14cc1ee2b8f419a196365cbc431d8bbbf78.tar.gz
added FIXMEs
-rw-r--r--src/ui/theme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 6170688b..2f4c611a 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -294,6 +294,7 @@ meta_theme_set_current (const char *name,
the_theme->grammar = ccss_cairo_grammar_create ();
ccss_grammar_add_functions (the_theme->grammar,
cowbell_functions);
+ /* FIXME this should not still be a stub */
the_theme->stylesheet =
ccss_grammar_create_stylesheet_from_file (the_theme->grammar,
"/home/tthurman/.themes/Human/Human.css",
@@ -321,6 +322,7 @@ meta_theme_get_title_scale (MetaTheme *theme,
MetaFrameType type,
MetaFrameFlags flags)
{
+ /* stub FIXME */
/* stub: return sensible default value */
return 1.0;
}