[metacity/cowbell] Include title margins



commit be234dfad0dc79539fb0aaee28c9924ff3289659
Author: Thomas Thurman <tthurman gnome org>
Date:   Mon Oct 19 15:48:18 2009 -0400

    Include title margins

 src/ui/theme.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 0ab7f9a..a9f0812 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -699,6 +699,9 @@ meta_theme_get_frame_borders (MetaTheme         *theme,
   cowbell_get_edge_sizes (theme, type, flags, CC_TITLEBAR,
                           top_height, top_height, NULL, NULL);
 
+  cowbell_get_edge_sizes (theme, type, flags, CC_TITLE,
+                          top_height, top_height, NULL, NULL);
+
   if (top_height)
     {
       *top_height += text_height;



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