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

This reverts commit 61dafbb701.
oldstable
Dmitry Timoshkov 2013-07-12 17:11:38 +09:00 committed by Alexandre Julliard
parent ffd207850c
commit 73f7b857b3
1 changed files with 1 additions and 1 deletions

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, NULL, hrgn);
return GdipGetRegionHRgn(graphics->clip, graphics, hrgn);
}
/* Draw non-premultiplied ARGB data to the given graphics object */