Module: wine Branch: master Commit: 7372e704d031a0953434b9c4f7d59baa102acbad URL: http://source.winehq.org/git/wine.git/?a=commit;h=7372e704d031a0953434b9c4f7... Author: Andrey Gusev <andrey.goosev(a)gmail.com> Date: Sun May 22 22:42:28 2016 +0300 include: Fix a typo in IDirect3D9Ex method. Signed-off-by: Andrey Gusev <andrey.goosev(a)gmail.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/d3d9.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/d3d9.h b/include/d3d9.h index 24d2968..7ad7138 100644 --- a/include/d3d9.h +++ b/include/d3d9.h @@ -290,7 +290,7 @@ DECLARE_INTERFACE_(IDirect3D9Ex,IDirect3D9) UINT mode_idx, D3DDISPLAYMODEEX *mode) PURE; STDMETHOD(GetAdapterDisplayModeEx)(THIS_ UINT Adapter, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation); STDMETHOD(CreateDeviceEx)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS* pPresentationParameters, D3DDISPLAYMODEEX* pFullscreenDisplayMode, struct IDirect3DDevice9Ex **ppReturnedDeviceInterface) PURE; - STDMETHOD(GetAdapterLUID)(THIS_ UINT Adatper, LUID *pLUID) PURE; + STDMETHOD(GetAdapterLUID)(THIS_ UINT adapter, LUID *luid) PURE; }; #undef INTERFACE