commit | d756cc73d85d45a62cf62b74b358f4241ce75b71 | [log] [tgz] |
---|---|---|
author | Henri Verbeet <hverbeet@codeweavers.com> | Wed Oct 22 17:41:16 2008 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 23 12:10:13 2008 +0200 |
tree | 6a9975827f6f39203e8cf73cc13296e103cd9be2 | |
parent | 242b1bc1091aa5f81b956327586106ec01264216 [diff] [blame] |
dxgi: Fix a typo.
diff --git a/include/dxgi.idl b/include/dxgi.idl index c1eae50..8e5563e 100644 --- a/include/dxgi.idl +++ b/include/dxgi.idl
@@ -251,7 +251,7 @@ [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