Author: jgardou
Date: Sun Apr 18 19:36:11 2010
New Revision: 46926

URL: http://svn.reactos.org/svn/reactos?rev=46926&view=rev
Log:
grotesque copy-paste mistake

Modified:
    branches/reactos-yarotows/subsystems/win32/win32k/objects/path.c

Modified: branches/reactos-yarotows/subsystems/win32/win32k/objects/path.c
URL: 
http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/subsystems/win32/win32k/objects/path.c?rev=46926&r1=46925&r2=46926&view=diff
==============================================================================
--- branches/reactos-yarotows/subsystems/win32/win32k/objects/path.c 
[iso-8859-1] (original)
+++ branches/reactos-yarotows/subsystems/win32/win32k/objects/path.c 
[iso-8859-1] Sun Apr 18 19:36:11 2010
@@ -2581,15 +2581,15 @@
   if (pdcattr->ulDirty_ & (DIRTY_LINE | DC_PEN_DIRTY))
     DC_vUpdateLineBrush(pDc);
 
-  DC_vPrepareDCsForBlit(dc, dc->rosdc.CombinedClip->rclBounds,
-                            NULL, dc->rosdc.CombinedClip->rclBounds);
+  DC_vPrepareDCsForBlit(pDc, pDc->rosdc.CombinedClip->rclBounds,
+                            NULL, pDc->rosdc.CombinedClip->rclBounds);
 
   bRet = PATH_FillPath(pDc, pPath);
   if (bRet) bRet = PATH_StrokePath(pDc, pPath);
   if (bRet) PATH_EmptyPath(pPath);
 
   PATH_UnlockPath( pPath );
-  DC_vFinishBlit(dc, NULL);
+  DC_vFinishBlit(pDc, NULL);
   DC_UnlockDc(pDc);
   return bRet;
 }


Reply via email to