Author: gschneider
Date: Fri Apr 10 21:49:12 2009
New Revision: 40440

URL: http://svn.reactos.org/svn/reactos?rev=40440&view=rev
Log:
- 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)

Modified:
    trunk/reactos/subsystems/win32/win32k/objects/region.c

Modified: trunk/reactos/subsystems/win32/win32k/objects/region.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/objects/region.c?rev=40440&r1=40439&r2=40440&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/region.c [iso-8859-1] 
(original)
+++ trunk/reactos/subsystems/win32/win32k/objects/region.c [iso-8859-1] Fri Apr 
10 21:49:12 2009
@@ -2539,9 +2539,6 @@
 
     _SEH2_TRY
     {
-        /* Copy header */
-        Region->rdh = RgnData->rdh;
-
         if (Xform)
         {
             ULONG ret;

Reply via email to