On Sat, 2008-07-19 at 12:20 +0100, Huw Davies wrote:
> Adam Petaccia wrote:
> > @@ -226,6 +277,11 @@ GpStatus WINGDIPAPI GdipSetEmpty(GpRegion*region)
> >
> > if(!(calls++))
> > FIXME("not implemented\n");
> > +TRACE("%p\n", region);
> > +
> > +GdipDeleteRegion(region);
Adam Petaccia wrote:
> @@ -226,6 +277,11 @@ GpStatus WINGDIPAPI GdipSetEmpty(GpRegion*region)
>
> if(!(calls++))
> FIXME("not implemented\n");
> +TRACE("%p\n", region);
> +
> +GdipDeleteRegion(region);
> +GdipCreateRegion(®ion);
> +region->node->type = RegionD