[ros-diffs] [greatlrd] 33244: fixed a small regress for 3 boot i did by mistake intrudes. sorry

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Fri May 2 21:25:27 CEST 2008


Author: greatlrd
Date: Fri May  2 14:25:26 2008
New Revision: 33244

URL: http://svn.reactos.org/svn/reactos?rev=33244&view=rev
Log:
fixed a small regress for 3 boot i did by mistake intrudes. sorry

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

Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/objects/dc.c?rev=33244&r1=33243&r2=33244&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/dc.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/dc.c [iso-8859-1] Fri May  2 14:25:26 2008
@@ -554,7 +554,7 @@
       PrimarySurface.ppdevParent = NULL;  // Always NULL if primary.
       PrimarySurface.pGraphicsDev = NULL; // Fixme!
       PrimarySurface.pEDDgpl = &edd_DdirectDraw_Global; // FIXME! We need to support more than display drvs.
-      RtlZeroMemory(&PrimarySurface.pEDDgpl,sizeof(EDD_DIRECTDRAW_GLOBAL));
+      RtlZeroMemory( &edd_DdirectDraw_Global ,sizeof(EDD_DIRECTDRAW_GLOBAL));
       ret = TRUE;
       goto cleanup;
    }



More information about the Ros-diffs mailing list