Module: wine Branch: master Commit: 3a32ecd90fd8fb4e36fd8c4a5fa3c3d750ecde5f URL: http://source.winehq.org/git/wine.git/?a=commit;h=3a32ecd90fd8fb4e36fd8c4a5f...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Sun Nov 11 18:52:36 2012 +0100
ddraw: Avoid LPDIRECT3DMATERIAL3.
---
include/d3d.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/d3d.h b/include/d3d.h index 4cdfe2d..f05f690b 100644 --- a/include/d3d.h +++ b/include/d3d.h @@ -308,7 +308,7 @@ DECLARE_INTERFACE_(IDirect3D3,IUnknown) /*** IDirect3D3 methods ***/ STDMETHOD(EnumDevices)(THIS_ LPD3DENUMDEVICESCALLBACK lpEnumDevicesCallback, LPVOID lpUserArg) PURE; STDMETHOD(CreateLight)(THIS_ LPDIRECT3DLIGHT *lplpDirect3DLight, IUnknown *pUnkOuter) PURE; - STDMETHOD(CreateMaterial)(THIS_ LPDIRECT3DMATERIAL3 *lplpDirect3DMaterial3, IUnknown *pUnkOuter) PURE; + STDMETHOD(CreateMaterial)(THIS_ struct IDirect3DMaterial3 **material, IUnknown *outer) PURE; STDMETHOD(CreateViewport)(THIS_ LPDIRECT3DVIEWPORT3 *lplpD3DViewport3, IUnknown *pUnkOuter) PURE; STDMETHOD(FindDevice)(THIS_ LPD3DFINDDEVICESEARCH lpD3DDFS, LPD3DFINDDEVICERESULT lpD3DFDR) PURE; STDMETHOD(CreateDevice)(THIS_ REFCLSID rclsid, IDirectDrawSurface4 *surface,