mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 02:12:49 +08:00
fixed a small regress for 3 boot i did by mistake intrudes. sorry
svn path=/trunk/; revision=33244
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user