mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 11:16:11 +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;
|
DDHAL_GETDRIVERINFODATA DriverInfo;
|
||||||
memset(&DriverInfo,0, sizeof(DDHAL_GETDRIVERINFODATA));
|
memset(&DriverInfo,0, sizeof(DDHAL_GETDRIVERINFODATA));
|
||||||
DriverInfo.dwSize = sizeof(DDHAL_GETDRIVERINFODATA);
|
DriverInfo.dwSize = sizeof(DDHAL_GETDRIVERINFODATA);
|
||||||
DriverInfo.dwContext = DirectDrawGlobal.hDD;
|
DriverInfo.dwContext = This->DirectDrawGlobal.hDD;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue