[PATCH v3] gdi32: create_polypolygon_region should return empty region when area is empty

Huw Davies huw at codeweavers.com
Wed May 22 02:47:02 CDT 2019


On Tue, May 21, 2019 at 07:12:48PM +0200, Fabian Maurer wrote:
> +    region = CreatePolyPolygonRgn(points_zero, counts_single_poly, ARRAY_SIZE(counts_single_poly), ALTERNATE);
> +    ok (region != NULL, "region must not be NULL\n");
> +    ret = GetRgnBox(region, &rect);
> +    ok (ret == NULLREGION, "Expected NULLREGION, got %d\n");

I've fixed this and sent in a new version.

Huw.



More information about the wine-devel mailing list