[murrine/rounded-scrolledwindows] Some testing, will not work without gtk+ patches



commit addad900d84360860217d330ad040e6ca3288e37
Author: Andrea Cimitan <andrea cimitan gmail com>
Date:   Mon Jul 19 18:12:23 2010 +0200

    Some testing, will not work without gtk+ patches

 src/murrine_style.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/murrine_style.c b/src/murrine_style.c
index b1c55c7..207efe6 100644
--- a/src/murrine_style.c
+++ b/src/murrine_style.c
@@ -515,7 +515,9 @@ murrine_style_draw_shadow (DRAW_ARGS)
 	}
 	else if (DETAIL ("scrolled_window") || DETAIL ("viewport") || detail == NULL)
 	{
-		cairo_rectangle (cr, x+0.5, y+0.5, width-1, height-1);
+		murrine_rounded_rectangle (cr, x+0.5, y+0.5, width-1, height-1,
+		                           5,
+		                           MRN_CORNER_ALL);
 		murrine_set_color_rgb (cr, &colors->shade[5]);
 		cairo_stroke (cr);
 	}



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