[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 <[email protected]>
Signed-off-by: Matteo Bruni <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>

wine commit id 4f0212c4fd35ac4b03a082cab27e629130ac1b13 by Alistair Leslie-Hughes <[email protected]>
This commit is contained in:
winesync
2021-02-04 16:37:05 +01:00
committed by Jérôme Gardou
parent 02ca94672b
commit 4db4fa29d1
2 changed files with 2 additions and 2 deletions
+1 -1
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 =
+1 -1
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}