dxgi: Fix a typo.

oldstable
Henri Verbeet 2008-10-22 17:41:16 +02:00 committed by Alexandre Julliard
parent 242b1bc109
commit d756cc73d8
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ interface IDXGISwapChain : IDXGIDeviceSubObject
[in] UINT flags
);
HRESULT ResizeTarget(
[in] const DXGI_MODE_DESC target_mode_desc
[in] const DXGI_MODE_DESC *target_mode_desc
);
HRESULT GetContainingOutput(
[out] IDXGIOutput **output