sorry forget This->DirectDrawGlobal
authorMagnus Olsen <magnus@greatlord.com>
Sat, 29 Oct 2005 20:08:49 +0000 (20:08 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sat, 29 Oct 2005 20:08:49 +0000 (20:08 +0000)
svn path=/trunk/; revision=18856

reactos/lib/ddraw/hal/ddraw.c

index e919728..18af461 100644 (file)
@@ -138,7 +138,7 @@ HRESULT Hal_DirectDraw_Initialize (LPDIRECTDRAW7 iface)
        DDHAL_GETDRIVERINFODATA DriverInfo;
        memset(&DriverInfo,0, sizeof(DDHAL_GETDRIVERINFODATA));
        DriverInfo.dwSize = sizeof(DDHAL_GETDRIVERINFODATA);
-       DriverInfo.dwContext = DirectDrawGlobal.hDD; 
+       DriverInfo.dwContext = This->DirectDrawGlobal.hDD;