Re: [Gdiplus 02/15] Implement GdipCreateRegion

2008-07-19 Thread Adam Petaccia
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);

Re: [Gdiplus 02/15] Implement GdipCreateRegion

2008-07-19 Thread Huw Davies
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