[Commit] grrobot/src grr_icon.c,1.7,1.8

Carl Worth commit at keithp.com
Thu Jun 16 11:49:36 PDT 2005


Committed by: cworth

Update of /local/src/CVS/grrobot/src
In directory home.keithp.com:/tmp/cvs-serv2674/src

Modified Files:
	grr_icon.c 
Log Message:

        * src/grr_icon.c (grr_icon_draw_predrawn): Fix inactive targets to
        be translucent once again.


Index: grr_icon.c
===================================================================
RCS file: /local/src/CVS/grrobot/src/grr_icon.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- grr_icon.c	16 Jun 2005 18:11:46 -0000	1.7
+++ grr_icon.c	16 Jun 2005 18:49:33 -0000	1.8
@@ -259,6 +259,6 @@
 {
     if (icon->surface) {
 	cairo_set_source_surface (xrs, icon->surface, 0.0, 0.0);
-	cairo_paint (xrs);
+	cairo_paint_with_alpha (xrs, alpha);
     }
 }




More information about the Commit mailing list