[WINESYNC] d3dx9: Make ID3DXLine::OnResetDevice() return S_OK.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=38615
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 4f0212c4fd35ac4b03a082cab27e629130ac1b13 by Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
This commit is contained in:
winesync 2020-09-21 23:03:24 +02:00 committed by Jérôme Gardou
parent 02ca94672b
commit 4db4fa29d1
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ static HRESULT WINAPI d3dx9_line_OnResetDevice(ID3DXLine *iface)
{
FIXME("iface %p stub!\n", iface);
return E_NOTIMPL;
return S_OK;
}
static const struct ID3DXLineVtbl d3dx9_line_vtbl =

View File

@ -15,4 +15,4 @@ files: {include/d3dx9.h: sdk/include/dxsdk/d3dx9.h, include/d3dx9anim.h: sdk/inc
include/d3dx9mesh.h: sdk/include/dxsdk/d3dx9mesh.h, include/d3dx9of.h: sdk/include/dxsdk/d3dx9of.h,
include/d3dx9shader.h: sdk/include/dxsdk/d3dx9shader.h, include/d3dx9shape.h: sdk/include/dxsdk/d3dx9shape.h,
include/d3dx9tex.h: sdk/include/dxsdk/d3dx9tex.h, include/d3dx9xof.h: sdk/include/dxsdk/d3dx9xof.h}
tags: {wine: 863da013a216bb50b925bbb9e3987b21206fb782}
tags: {wine: 4f0212c4fd35ac4b03a082cab27e629130ac1b13}