Skip to content

Commit

Permalink
[WINESYNC] include: Mark IDirect3D9Ex::GetAdapterDisplayModeEx() as P…
Browse files Browse the repository at this point in the history
…URE.

Signed-off-by: Joshua Ashton <[email protected]>
Signed-off-by: Henri Verbeet <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>

wine commit id d21691a26ac3416914c409ae2eaa5bf4e2ecdd68 by Joshua Ashton <[email protected]>
  • Loading branch information
winesync authored and DarkFire01 committed Sep 12, 2023
1 parent 7d3d1fb commit eb24551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/include/psdk/d3d9.h
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,8 @@ DECLARE_INTERFACE_(IDirect3D9Ex,IDirect3D9)
STDMETHOD_(UINT, GetAdapterModeCountEx)(THIS_ UINT adapter_idx, const D3DDISPLAYMODEFILTER *filter) PURE;
STDMETHOD(EnumAdapterModesEx)(THIS_ UINT adapter_idx, const D3DDISPLAYMODEFILTER *filter,
UINT mode_idx, D3DDISPLAYMODEEX *mode) PURE;
STDMETHOD(GetAdapterDisplayModeEx)(THIS_ UINT Adapter, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation);
STDMETHOD(GetAdapterDisplayModeEx)(THIS_ UINT adapter_idx,
D3DDISPLAYMODEEX *mode, D3DDISPLAYROTATION *rotation) PURE;
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;
};
Expand Down

0 comments on commit eb24551

Please sign in to comment.