Commit 2822e966 authored by Alexandre Julliard's avatar Alexandre Julliard

d3d9_36: Make a function static.

parent 8eccb01a
......@@ -117,7 +117,7 @@ static HRESULT WINAPI ID3DXSpriteImpl_SetWorldViewLH(LPD3DXSPRITE iface, CONST D
}
/* Helper function */
void set_states(ID3DXSpriteImpl *object)
static void set_states(ID3DXSpriteImpl *object)
{
D3DXMATRIX mat;
D3DVIEWPORT9 vp;
......
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