Commit 89d43a3d authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

d3drm: Improve IDirect3DRMWinDevice_HandlePaint stub.

parent 95bedf4c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment