- Don't copy the original header after the new header is filled correctly, fixes one gdi32 clipping winetest

TDB for the other seven remaining clipping tests: 
- Deprecate rosdc regions and use dc/dclvl regions as soon as the other clip functions are ready for it (currently crashes virtually everywhere; first five failing tests)
- Fix imprecision of one pixel (rounding problems?) in XFORMOBJ_bApplyXform (last two failing tests)

svn path=/trunk/; revision=40440
This commit is contained in:
Gregor Schneider 2009-04-10 17:49:12 +00:00
parent 7cf85f9391
commit f6da61467d

View file

@ -2539,9 +2539,6 @@ NtGdiExtCreateRegion(
_SEH2_TRY
{
/* Copy header */
Region->rdh = RgnData->rdh;
if (Xform)
{
ULONG ret;