add dummy IDirectDrawGammaControl
This commit is contained in:
parent
ddc631708d
commit
a6a95ec936
6 changed files with 140 additions and 5 deletions
|
@ -709,6 +709,9 @@ HRESULT dds_SetColorKey(IDirectDrawSurfaceImpl *This, DWORD flags, LPDDCOLORKEY
|
|||
|
||||
HRESULT dds_SetPalette(IDirectDrawSurfaceImpl *This, LPDIRECTDRAWPALETTE lpDDPalette)
|
||||
{
|
||||
if (!lpDDPalette)
|
||||
return DDERR_INVALIDPARAMS;
|
||||
|
||||
IDirectDrawPalette_AddRef(lpDDPalette);
|
||||
|
||||
if (This->palette)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue