mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
forget remove one line in DirectDraw_GetAvailableVidMem sorry
svn path=/trunk/; revision=23495
This commit is contained in:
parent
803578b8bc
commit
d68102ed54
1 changed files with 2 additions and 4 deletions
|
@ -1326,11 +1326,9 @@ Main_DirectDraw_GetAvailableVidMem(LPDIRECTDRAW7 iface, LPDDSCAPS2 ddscaps,
|
|||
{
|
||||
return DDERR_NODRIVERSUPPORT;
|
||||
}
|
||||
|
||||
mem.lpDD = &This->mDDrawGlobal;
|
||||
mem.ddRVal = DDERR_NOTPALETTIZED;
|
||||
|
||||
|
||||
mem.lpDD = This->mDDrawLocal.lpGbl;
|
||||
mem.ddRVal = DDERR_NOTPALETTIZED;
|
||||
mem.DDSCaps.dwCaps = ddscaps->dwCaps;
|
||||
mem.ddsCapsEx.dwCaps2 = ddscaps->dwCaps2;
|
||||
mem.ddsCapsEx.dwCaps3 = ddscaps->dwCaps3;
|
||||
|
|
Loading…
Reference in a new issue