X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fgrr_icon.c;fp=src%2Fgrr_icon.c;h=d4a2bb58b979f14e42fbf3a06491ef007c1f04d3;hb=c93a6e017991affef566c52b07c7b59092f3e7a3;hp=827d5b8b46e3388050aced2685dae2ed9d605943;hpb=4baa6b2b7d0b62a765675d154733b8551dce2d4f;p=grrobot diff --git a/src/grr_icon.c b/src/grr_icon.c index 827d5b8..d4a2bb5 100644 --- a/src/grr_icon.c +++ b/src/grr_icon.c @@ -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); } }