1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-03 08:19:41 +00:00

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

This commit is contained in:
Jacek Caban 2015-03-25 16:48:04 +01:00 committed by Alexandre Julliard
parent 9e37e4587e
commit b5bb2e2f53

View File

@ -217,7 +217,7 @@ interface ID3D11DeviceContext1 : ID3D11DeviceContext
void ClearView(
ID3D11View *pView,
FLOAT Color[4],
const FLOAT Color[4],
const D3D11_RECT *pRect,
UINT NumRects);