include: Fix a typo in IDirect3D9Ex method (v2)

Andrey Gusev andrey.goosev at gmail.com
Sun May 22 14:43:51 CDT 2016


-------------- next part --------------
From 609060e3e5aa5440d36a52218d14ca1977a36fa4 Mon Sep 17 00:00:00 2001
Message-Id: <609060e3e5aa5440d36a52218d14ca1977a36fa4.1463946165.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sun, 22 May 2016 22:42:28 +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..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
 
-- 
2.5.5



More information about the wine-patches mailing list