mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
d3d9_36: Make a function static.
This commit is contained in:
parent
8eccb01a47
commit
2822e966a3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user