[2/2] d3drm: Improve IDirect3DRMWinDevice_HandlePaint stub

André Hentschel nerv at dawncrow.de
Thu Jun 7 06:55:03 CDT 2012


---
 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)
-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list