From f6da61467d7935f60c0b1a863c74b55883750580 Mon Sep 17 00:00:00 2001 From: Gregor Schneider Date: Fri, 10 Apr 2009 17:49:12 +0000 Subject: [PATCH] - 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 --- reactos/subsystems/win32/win32k/objects/region.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/subsystems/win32/win32k/objects/region.c b/reactos/subsystems/win32/win32k/objects/region.c index b093bf39957..4df43808023 100644 --- a/reactos/subsystems/win32/win32k/objects/region.c +++ b/reactos/subsystems/win32/win32k/objects/region.c @@ -2539,9 +2539,6 @@ NtGdiExtCreateRegion( _SEH2_TRY { - /* Copy header */ - Region->rdh = RgnData->rdh; - if (Xform) { ULONG ret;