Commit b5bb2e2f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

d3d11_1.idl: Fixed ClearView argument (missing const).

parent 9e37e458
......@@ -217,7 +217,7 @@ interface ID3D11DeviceContext1 : ID3D11DeviceContext
void ClearView(
ID3D11View *pView,
FLOAT Color[4],
const FLOAT Color[4],
const D3D11_RECT *pRect,
UINT NumRects);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment