d3drm: Improve IDirect3DRMViewportX_Clear stub.
This commit is contained in:
parent
7e001ae60e
commit
8558a948a9
|
@ -206,7 +206,7 @@ static HRESULT WINAPI IDirect3DRMViewportImpl_Clear(IDirect3DRMViewport* iface)
|
|||
|
||||
FIXME("(%p/%p)->(): stub\n", iface, This);
|
||||
|
||||
return E_NOTIMPL;
|
||||
return D3DRM_OK;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI IDirect3DRMViewportImpl_Render(IDirect3DRMViewport* iface,
|
||||
|
@ -627,7 +627,7 @@ static HRESULT WINAPI IDirect3DRMViewport2Impl_Clear(IDirect3DRMViewport2* iface
|
|||
|
||||
FIXME("(%p/%p)->(): stub\n", iface, This);
|
||||
|
||||
return E_NOTIMPL;
|
||||
return D3DRM_OK;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI IDirect3DRMViewport2Impl_Render(IDirect3DRMViewport2* iface,
|
||||
|
|
Loading…
Reference in New Issue