Henri Verbeet : dxgi: Fix a typo.

Alexandre Julliard julliard at winehq.org
Thu Oct 23 08:38:07 CDT 2008


Module: wine
Branch: master
Commit: d756cc73d85d45a62cf62b74b358f4241ce75b71
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d756cc73d85d45a62cf62b74b358f4241ce75b71

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Oct 22 17:41:16 2008 +0200

dxgi: Fix a typo.

---

 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




More information about the wine-cvs mailing list