]> git.cworth.org Git - grrobot/commitdiff
Revert back to pale incactive icons
authorCarl Worth <cworth@theworths.org>
Sun, 3 Aug 2003 21:17:04 +0000 (21:17 +0000)
committerCarl Worth <cworth@theworths.org>
Sun, 3 Aug 2003 21:17:04 +0000 (21:17 +0000)
src/grr_board_view.c

index 43c269bf647ca394b25ab322e9915a3d5afb561c..66a261732e7f02793b21a5f1bca6a091b54b9d19 100644 (file)
@@ -451,11 +451,7 @@ grr_board_view_expose (GtkWidget      *widget,
            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 {