Commit 2ea6b36e authored by Brad Martin's avatar Brad Martin Committed by Alexandre Julliard

wined3d: Fix prototype for EnumAdapterModes.

parent 6137b1ba
...@@ -2222,8 +2222,8 @@ interface IWineD3D : IWineD3DBase ...@@ -2222,8 +2222,8 @@ interface IWineD3D : IWineD3DBase
); );
HRESULT EnumAdapterModes( HRESULT EnumAdapterModes(
[in] UINT adapter_idx, [in] UINT adapter_idx,
[in] UINT mode_idx,
[in] WINED3DFORMAT format, [in] WINED3DFORMAT format,
[in] UINT mode_idx,
[out] WINED3DDISPLAYMODE *mode [out] WINED3DDISPLAYMODE *mode
); );
HRESULT GetAdapterDisplayMode( HRESULT GetAdapterDisplayMode(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment