murrine r50 - in trunk: . src
- From: acimitan svn gnome org
- To: svn-commits-list gnome org
- Subject: murrine r50 - in trunk: . src
- Date: Sun, 31 Aug 2008 18:22:46 +0000 (UTC)
Author: acimitan
Date: Sun Aug 31 18:22:45 2008
New Revision: 50
URL: http://svn.gnome.org/viewvc/murrine?rev=50&view=rev
Log:
2008-08-31 Andrea Cimitan <andrea cimitan gmail com>
* src/murrine_draw.c (murrine_draw_button):
* src/murrine_draw_rgba.c (murrine_rgba_draw_button):
Removed colored shadow from default button
Modified:
trunk/ChangeLog
trunk/src/murrine_draw.c
trunk/src/murrine_draw_rgba.c
Modified: trunk/src/murrine_draw.c
==============================================================================
--- trunk/src/murrine_draw.c (original)
+++ trunk/src/murrine_draw.c Sun Aug 31 18:22:45 2008
@@ -202,7 +202,6 @@
if (widget->is_default)
{
murrine_rounded_rectangle (cr, xoffset, yoffset, width-(xoffset*2), height-(yoffset*2), widget->roundness, widget->corners);
- murrine_set_color_rgba (cr, &colors->spot[1], 0.5);
cairo_stroke (cr);
murrine_shade (&border_normal, 0.8, &border_normal);
}
Modified: trunk/src/murrine_draw_rgba.c
==============================================================================
--- trunk/src/murrine_draw_rgba.c (original)
+++ trunk/src/murrine_draw_rgba.c Sun Aug 31 18:22:45 2008
@@ -202,7 +202,6 @@
if (widget->is_default)
{
murrine_rounded_rectangle (cr, xoffset, yoffset, width-(xoffset*2), height-(yoffset*2), widget->roundness, widget->corners);
- murrine_set_color_rgba (cr, &colors->spot[1], 0.6);
cairo_stroke (cr);
murrine_shade (&border_normal, 0.8, &border_normal);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]