Author: fireball
Date: Sat Aug  8 14:29:25 2009
New Revision: 42508

URL: http://svn.reactos.org/svn/reactos?rev=42508&view=rev
Log:
- Uncomment a missing MouseSafetyOnDrawEnd.

Modified:
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engsurf.c

Modified: branches/arwinss/reactos/subsystems/win32/win32k/eng/engsurf.c
URL: 
http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engsurf.c?rev=42508&r1=42507&r2=42508&view=diff
==============================================================================
--- branches/arwinss/reactos/subsystems/win32/win32k/eng/engsurf.c [iso-8859-1] 
(original)
+++ branches/arwinss/reactos/subsystems/win32/win32k/eng/engsurf.c [iso-8859-1] 
Sat Aug  8 14:29:25 2009
@@ -147,7 +147,7 @@
 
         
DibFunctionsForBitmapFormat[psoDest->iBitmapFormat].DIB_BitBltSrcCopy(&BltInfo);
 
-        //MouseSafetyOnDrawEnd(psoDest);
+        MouseSafetyOnDrawEnd(psoDest);
         if (psoDest != psoSource)
         {
             SURFACE_UnlockBitmapBits(psurfDest);


Reply via email to