=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: d3drm: Improve IDirect3DRMViewportX_Clear stub.

Alexandre Julliard julliard at winehq.org
Thu Jun 7 13:39:18 CDT 2012


Module: wine
Branch: master
Commit: 8558a948a935c2a5b4421af245d30db0ec9cf5c7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8558a948a935c2a5b4421af245d30db0ec9cf5c7

Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Jun  7 13:48:28 2012 +0200

d3drm: Improve IDirect3DRMViewportX_Clear stub.

---

 dlls/d3drm/viewport.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/d3drm/viewport.c b/dlls/d3drm/viewport.c
index 3b6dcfe..320cc98 100644
--- a/dlls/d3drm/viewport.c
+++ b/dlls/d3drm/viewport.c
@@ -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,




More information about the wine-cvs mailing list