[Commit] grrobot/src grr_board_view.c,1.14,1.15

Carl Worth commit at keithp.com
Sun Aug 3 15:17:06 PDT 2003


Committed by: cworth

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

Modified Files:
	grr_board_view.c 
Log Message:
Revert back to pale incactive icons

Index: grr_board_view.c
===================================================================
RCS file: /local/src/CVS/grrobot/src/grr_board_view.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- grr_board_view.c	1 Aug 2003 01:46:25 -0000	1.14
+++ grr_board_view.c	3 Aug 2003 21:17:04 -0000	1.15
@@ -451,11 +451,7 @@
 	    if (target) {
 		if (target && target != goal_target) {
 		    cairo_save (xrs);
-		    cairo_set_alpha (xrs, .25);
-		    cairo_set_operator (xrs, CAIRO_OPERATOR_XOR);
-		    grr_icon_draw_predrawn (view->target_icon[rr_target_idx (target)], xrs);
 		    cairo_set_alpha (xrs, 0.25);
-		    cairo_set_operator (xrs, CAIRO_OPERATOR_OVER);
 		    grr_icon_draw_predrawn (view->target_icon[rr_target_idx (target)], xrs);
 		    cairo_restore (xrs);
 		} else {




More information about the Commit mailing list