From 89d43a3dd7f746661c40e366de0596d683510222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Thu, 7 Jun 2012 13:55:03 +0200 Subject: [PATCH] d3drm: Improve IDirect3DRMWinDevice_HandlePaint stub. --- dlls/d3drm/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3drm/device.c b/dlls/d3drm/device.c index 519dc11b67a..8dca0260fce 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)