21 Jul
2008
21 Jul
'08
9:08 p.m.
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 = RegionDataEmptyRect;
return NotImplemented; }
This is still wrong. You probably don't even want to implement GdipSetEmpty in this patch anyway. In general you may be better off submitting a smaller patch series rather than 16 patches in one go. Huw.