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