diff --git a/dlls/gdiplus/graphics.c b/dlls/gdiplus/graphics.c index 3c83278a4b..e0a013896f 100644 --- a/dlls/gdiplus/graphics.c +++ b/dlls/gdiplus/graphics.c @@ -372,6 +372,9 @@ static GpStatus alpha_blend_bmp_pixels(GpGraphics *graphics, INT dst_x, INT dst_ { GpBitmap *dst_bitmap = (GpBitmap*)graphics->image; INT x, y; + CompositingMode comp_mode; + + GdipGetCompositingMode(graphics, &comp_mode); for (y=0; y