Commit 2c6f2382 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

d3drm: Improve IDirect3DRMViewportX_Render stub.

parent 8558a948
...@@ -216,7 +216,7 @@ static HRESULT WINAPI IDirect3DRMViewportImpl_Render(IDirect3DRMViewport* iface, ...@@ -216,7 +216,7 @@ static HRESULT WINAPI IDirect3DRMViewportImpl_Render(IDirect3DRMViewport* iface,
FIXME("(%p/%p)->(%p): stub\n", iface, This, frame); FIXME("(%p/%p)->(%p): stub\n", iface, This, frame);
return E_NOTIMPL; return D3DRM_OK;
} }
static HRESULT WINAPI IDirect3DRMViewportImpl_SetFront(IDirect3DRMViewport* iface, D3DVALUE front) static HRESULT WINAPI IDirect3DRMViewportImpl_SetFront(IDirect3DRMViewport* iface, D3DVALUE front)
...@@ -637,7 +637,7 @@ static HRESULT WINAPI IDirect3DRMViewport2Impl_Render(IDirect3DRMViewport2* ifac ...@@ -637,7 +637,7 @@ static HRESULT WINAPI IDirect3DRMViewport2Impl_Render(IDirect3DRMViewport2* ifac
FIXME("(%p/%p)->(%p): stub\n", iface, This, frame); FIXME("(%p/%p)->(%p): stub\n", iface, This, frame);
return E_NOTIMPL; return D3DRM_OK;
} }
static HRESULT WINAPI IDirect3DRMViewport2Impl_SetFront(IDirect3DRMViewport2* iface, D3DVALUE front) static HRESULT WINAPI IDirect3DRMViewport2Impl_SetFront(IDirect3DRMViewport2* iface, D3DVALUE front)
......
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