wined3d: Fix prototype for EnumAdapterModes

Brad Martin wine at fatlxception.no-ip.org
Thu Apr 16 20:10:26 CDT 2009


---
 include/wine/wined3d.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/wine/wined3d.idl b/include/wine/wined3d.idl
index b8691a7..6f86688 100644
--- a/include/wine/wined3d.idl
+++ b/include/wine/wined3d.idl
@@ -2222,8 +2222,8 @@ interface IWineD3D : IWineD3DBase
     );
     HRESULT EnumAdapterModes(
         [in] UINT adapter_idx,
-        [in] UINT mode_idx,
         [in] WINED3DFORMAT format,
+        [in] UINT mode_idx,
         [out] WINED3DDISPLAYMODE *mode
     );
     HRESULT GetAdapterDisplayMode(
-- 
1.5.6.3




More information about the wine-patches mailing list