[metacity/cowbell] couple of comments



commit e08214822939899a57c09f0d15926ce8a0bb5421
Author: Thomas Thurman <tthurman gnome org>
Date:   Mon Oct 19 16:39:52 2009 -0400

    couple of comments

 src/ui/theme.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 8a1201b..c9a267b 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -764,6 +764,7 @@ meta_theme_calc_geometry (MetaTheme              *theme,
   clear_bs (&(fgeom->unabove_rect));
   clear_bs (&(fgeom->unstick_rect));
 
+  /* Pieces.  Are these really necessary? */
   clear_rect (&(fgeom->left_left_background));
   for (i=0; i<MAX_MIDDLE_BACKGROUNDS; i++)
     clear_rect (&(fgeom->left_middle_backgrounds[i]));
@@ -773,6 +774,7 @@ meta_theme_calc_geometry (MetaTheme              *theme,
     clear_rect (&(fgeom->right_middle_backgrounds[i]));
   clear_rect (&(fgeom->right_right_background));
   
+  /* Rounded corners; need to pick these up from the CSS.  FIXME. */
   fgeom->top_left_corner_rounded_radius = 5;
   fgeom->top_right_corner_rounded_radius = 5;
   fgeom->bottom_left_corner_rounded_radius = 5;



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