Commit d756cc73 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

dxgi: Fix a typo.

parent 242b1bc1
......@@ -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
......
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