dxgi: Fix a typo.

Henri Verbeet hverbeet at codeweavers.com
Wed Oct 22 10:41:16 CDT 2008


---
 include/dxgi.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 @@ 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
-- 
1.5.6.4



--------------020603020802040807040003--



More information about the wine-patches mailing list