mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
sorry forget This->DirectDrawGlobal
svn path=/trunk/; revision=18856
This commit is contained in:
parent
8ad9c2cb4c
commit
9215cc3827
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue