murrine r124 - in trunk: . src
- From: acimitan svn gnome org
- To: svn-commits-list gnome org
- Subject: murrine r124 - in trunk: . src
- Date: Sun, 4 Jan 2009 03:45:07 +0000 (UTC)
Author: acimitan
Date: Sun Jan 4 03:45:07 2009
New Revision: 124
URL: http://svn.gnome.org/viewvc/murrine?rev=124&view=rev
Log:
2009-01-04 Andrea Cimitan <andrea cimitan gmail com>
* src/murrine_draw.c (murrine_draw_entry):
* src/murrine_draw_rgba.c (murrine_rgba_draw_entry):
Better GtkEntry focus.
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 Jan 4 03:45:07 2009
@@ -265,7 +265,7 @@
if (widget->focus)
{
cairo_rectangle (cr, 2, 2, width-5, height-5);
- murrine_set_color_rgb (cr, &colors->spot[1]);
+ murrine_set_color_rgba (cr, &colors->spot[1], 0.5);
cairo_stroke(cr);
}
else if (widget->mrn_gradient.gradients)
Modified: trunk/src/murrine_draw_rgba.c
==============================================================================
--- trunk/src/murrine_draw_rgba.c (original)
+++ trunk/src/murrine_draw_rgba.c Sun Jan 4 03:45:07 2009
@@ -275,7 +275,7 @@
if (widget->focus)
{
cairo_rectangle (cr, 2, 2, width-5, height-5);
- murrine_set_color_rgba (cr, &colors->spot[1], 0.6);
+ murrine_set_color_rgba (cr, &colors->spot[1], 0.5);
cairo_stroke(cr);
}
else if (widget->mrn_gradient.gradients)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]