diff --git a/include/dxgi.idl b/include/dxgi.idl index c1eae50e5bf..8e5563e783f 100644 --- a/include/dxgi.idl +++ b/include/dxgi.idl @@ -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