include: Fix a typo in IDirect3D9Ex method

Andrey Gusev andrey.goosev at gmail.com
Sun May 22 07:30:24 CDT 2016


-------------- next part --------------
From d0b3a9ab437ff740481e7d1a11519701fd2a329c Mon Sep 17 00:00:00 2001
Message-Id: <d0b3a9ab437ff740481e7d1a11519701fd2a329c.1463920154.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sun, 22 May 2016 15:28:56 +0300
Subject: [PATCH] include: Fix a typo in IDirect3D9Ex method

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 include/d3d9.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/d3d9.h b/include/d3d9.h
index 24d2968..635ff87 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 *pLUID) PURE;
 };
 #undef INTERFACE
 
-- 
2.5.5



More information about the wine-patches mailing list