d3drm: Improve IDirect3DRMWinDevice_HandlePaint stub.

oldstable
André Hentschel 2012-06-07 13:55:03 +02:00 committed by Alexandre Julliard
parent 95bedf4c11
commit 89d43a3dd7
1 changed files with 1 additions and 1 deletions

View File

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