summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2009-10-23 16:16:04 -0400
committerThomas Thurman <tthurman@gnome.org>2009-10-23 16:16:04 -0400
commitc267125c2a20d577d4170a27cf66656857e70f0f (patch)
tree2ec9e966050fb0aa604b861916f06ddb4a530dd0
parent765c2ae32421bbcc9afb6b6839022863292d0b21 (diff)
downloadmetacity-c267125c2a20d577d4170a27cf66656857e70f0f.tar.gz
fixme
-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 6df8b9f3..9a13a04d 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -646,6 +646,8 @@ meta_theme_calc_geometry (MetaTheme *theme,
int button_height, button_y;
int x;
+ /* FIXME - We may want to cache the style objects in "areas" */
+
/* FIXME FIXME FIXME */
/* This will LEAK. We must provide a constructor and destructor fn. */
fgeom->areas = g_new0 (CowbellArea, CC_LAST);