fixed a small regress for 3 boot i did by mistake intrudes. sorry

svn path=/trunk/; revision=33244
This commit is contained in:
Magnus Olsen 2008-05-02 19:25:26 +00:00
parent ed0fe8ba5a
commit e116f0e2e4

View file

@ -554,7 +554,7 @@ IntPrepareDriver()
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;
}