mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
filling in bit more info to DDRAW_GLOBAL struct in halinistate.
svn path=/trunk/; revision=18741
This commit is contained in:
parent
c40fbd1850
commit
4c02f58b0c
1 changed files with 5 additions and 3 deletions
|
@ -71,12 +71,14 @@ HRESULT WINAPI Main_DirectDraw_SetCooperativeLevel (LPDIRECTDRAW7 iface, HWND hw
|
|||
This->hdc = GetDC(hwnd);
|
||||
This->cooperative_level = cooplevel;
|
||||
|
||||
if((ret = Hel_DirectDraw_SetCooperativeLevel (iface)) != DD_OK)
|
||||
return ret;
|
||||
|
||||
|
||||
if((ret = Hal_DirectDraw_SetCooperativeLevel (iface)) != DD_OK)
|
||||
return ret;
|
||||
|
||||
if((ret = Hel_DirectDraw_SetCooperativeLevel (iface)) != DD_OK)
|
||||
return ret;
|
||||
|
||||
return DD_OK;
|
||||
}
|
||||
|
||||
|
@ -371,7 +373,7 @@ HRESULT WINAPI Main_DirectDraw_WaitForVerticalBlank(LPDIRECTDRAW7 iface, DWORD d
|
|||
HRESULT WINAPI Main_DirectDraw_GetAvailableVidMem(LPDIRECTDRAW7 iface, LPDDSCAPS2 ddscaps,
|
||||
LPDWORD total, LPDWORD free)
|
||||
{
|
||||
|
||||
|
||||
DX_STUB;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue