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

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


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

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

d3drm: Improve IDirect3DRMWinDevice_HandlePaint stub.

---

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

diff --git a/dlls/d3drm/device.c b/dlls/d3drm/device.c
index 519dc11..8dca026 100644
--- a/dlls/d3drm/device.c
+++ b/dlls/d3drm/device.c
@@ -1125,7 +1125,7 @@ static HRESULT WINAPI IDirect3DRMWinDeviceImpl_HandlePaint(IDirect3DRMWinDevice*
 
     FIXME("(%p/%p)->(%p): stub\n", iface, This, hdc);
 
-    return E_NOTIMPL;
+    return D3DRM_OK;
 }
 
 static HRESULT WINAPI IDirect3DRMWinDeviceImpl_HandleActivate(IDirect3DRMWinDevice* iface, WORD wparam)




More information about the wine-cvs mailing list