[5/5] d3drm: Improve stub for IDirect3DRMWinDevice_HandleActivate

André Hentschel nerv at dawncrow.de
Sun May 27 08:37:40 CDT 2012


This should save the window state, but we don't have a function that reads it yet.
So i leave the FIXME with the stub message.
---
 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 1b4967a..767e157 100644
--- a/dlls/d3drm/device.c
+++ b/dlls/d3drm/device.c
@@ -1134,7 +1134,7 @@ static HRESULT WINAPI IDirect3DRMWinDeviceImpl_HandleActivate(IDirect3DRMWinDevi
 
     FIXME("(%p/%p)->(%u): stub\n", iface, This, wparam);
 
-    return E_NOTIMPL;
+    return D3DRM_OK;
 }
 
 static const struct IDirect3DRMWinDeviceVtbl Direct3DRMWinDevice_Vtbl =
-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list