gdiplus: Ignore gdiplus page and world transformations when creating a gdi32 clipping region.

This commit is contained in:
Dmitry Timoshkov 2013-03-13 16:30:45 +09:00 committed by Alexandre Julliard
parent ae77b3d368
commit 61dafbb701

View file

@ -349,7 +349,7 @@ static void gdi_alpha_blend(GpGraphics *graphics, INT dst_x, INT dst_y, INT dst_
static GpStatus get_clip_hrgn(GpGraphics *graphics, HRGN *hrgn)
{
return GdipGetRegionHRgn(graphics->clip, graphics, hrgn);
return GdipGetRegionHRgn(graphics->clip, NULL, hrgn);
}
/* Draw non-premultiplied ARGB data to the given graphics object */