Commit 8558a948 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

d3drm: Improve IDirect3DRMViewportX_Clear stub.

parent 7e001ae6
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment