wined3d: Fix prototype for EnumAdapterModes.

This commit is contained in:
Brad Martin 2009-04-16 20:10:26 -05:00 committed by Alexandre Julliard
parent 6137b1ba2d
commit 2ea6b36ef1
1 changed files with 1 additions and 1 deletions

View File

@ -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(