From 356e684ae6f049904412ae92215e9ea3314db963 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Wed, 23 Mar 2022 10:56:07 +1100 Subject: [PATCH] Updated gdi32-rotation patchset Warning fixes. --- patches/gdi32-rotation/0002-gdi32-fix-for-rotated-ellipse.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/gdi32-rotation/0002-gdi32-fix-for-rotated-ellipse.patch b/patches/gdi32-rotation/0002-gdi32-fix-for-rotated-ellipse.patch index 5ddeda0c..f2900a9c 100644 --- a/patches/gdi32-rotation/0002-gdi32-fix-for-rotated-ellipse.patch +++ b/patches/gdi32-rotation/0002-gdi32-fix-for-rotated-ellipse.patch @@ -74,7 +74,7 @@ index 3a6f8184009..b5231636261 100644 + } + + if (pdev->brush.style != BS_NULL && -+ !(interior = NtGdiPolyPolyDraw( ULongToHandle(ALTERNATE), points, (const UINT *)&count, 1, NtGdiPolyPolygonRgn ))) ++ !(interior = ULongToHandle(NtGdiPolyPolyDraw( ULongToHandle(ALTERNATE), points, (const UINT *)&count, 1, NtGdiPolyPolygonRgn )))) + { + free( points ); + if (outline) NtGdiDeleteObjectApp( outline );