[metacity/cowbell] public top/right/bottom/left



commit 407c285de60e0f8b92d455ba98fa91ef61a02754
Author: Thomas Thurman <tthurman gnome org>
Date:   Fri Oct 23 13:11:54 2009 -0400

    public top/right/bottom/left

 src/ui/theme.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index c9c273e..22191fc 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -991,6 +991,11 @@ meta_theme_calc_geometry (MetaTheme              *theme,
     fgeom->areas[CC_CONTENT].left_edge +
     fgeom->areas[CC_FRAME].left_edge;
 
+  fgeom->width =
+    fgeom->areas[CC_FRAME].width;
+
+  fgeom->height =
+    fgeom->areas[CC_FRAME].height;
 
 #if 0
   /* see if we can write meta_theme_calc_geometry in terms of



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