]> git.cworth.org Git - grrobot/blobdiff - src/grr_icon.c
* src/grr_icon.c (grr_icon_draw_predrawn): Fix inactive targets to
[grrobot] / src / grr_icon.c
index 827d5b8b46e3388050aced2685dae2ed9d605943..d4a2bb58b979f14e42fbf3a06491ef007c1f04d3 100644 (file)
@@ -259,6 +259,6 @@ grr_icon_draw_predrawn (grr_icon_t *icon, cairo_t *xrs, double alpha)
 {
     if (icon->surface) {
        cairo_set_source_surface (xrs, icon->surface, 0.0, 0.0);
-       cairo_paint (xrs);
+       cairo_paint_with_alpha (xrs, alpha);
     }
 }