[ros-diffs] [jimtabor] 30807: Revert 30780 for gdibatch. Size, space and time are very critical in here. If you dont know what your are doing? Do not play in here.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Tue Nov 27 02:14:38 CET 2007


Author: jimtabor
Date: Tue Nov 27 04:14:38 2007
New Revision: 30807

URL: http://svn.reactos.org/svn/reactos?rev=30807&view=rev
Log:
Revert 30780 for gdibatch. Size, space and time are very critical in here. If you dont know what your are doing? Do not play in here.

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

Modified: trunk/reactos/subsystems/win32/win32k/objects/gdibatch.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/objects/gdibatch.c?rev=30807&r1=30806&r2=30807&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/gdibatch.c (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/gdibatch.c Tue Nov 27 04:14:38 2007
@@ -20,7 +20,6 @@
 {
   PDC dc = NULL;
   PDC_ATTR Dc_Attr = NULL;
-  PGDIBSSETBRHORG pgSBO;
   if (hDC)
   {
     dc = DC_LockDc(hDC);
@@ -40,6 +39,7 @@
         break;
      case GdiBCSetBrushOrg:
      {
+        PGDIBSSETBRHORG pgSBO;
         if (!dc) break;
         pgSBO = (PGDIBSSETBRHORG) pHdr;
         Dc_Attr->ptlBrushOrigin = pgSBO->ptlBrushOrigin;




More information about the Ros-diffs mailing list