Jacek Caban : d3d11_1.idl: Fixed ClearView argument (missing const).
Module: wine Branch: master Commit: b5bb2e2f53695a7a9dae19e8920fbf75fdfe8f23 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b5bb2e2f53695a7a9dae19e892... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Wed Mar 25 16:48:04 2015 +0100 d3d11_1.idl: Fixed ClearView argument (missing const). --- include/d3d11_1.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/d3d11_1.idl b/include/d3d11_1.idl index 1ebfc5a..1a46abf 100644 --- a/include/d3d11_1.idl +++ b/include/d3d11_1.idl @@ -217,7 +217,7 @@ interface ID3D11DeviceContext1 : ID3D11DeviceContext void ClearView( ID3D11View *pView, - FLOAT Color[4], + const FLOAT Color[4], const D3D11_RECT *pRect, UINT NumRects);
participants (1)
-
Alexandre Julliard