Module: wine Branch: master Commit: b6a19519250e17d07738935ebb0ccc344d143250 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b6a19519250e17d07738935ebb...
Author: Michael Stefaniuc mstefani@redhat.de Date: Tue Nov 23 14:22:15 2010 +0100
d3dx9_36: Move 'static' to the beginning of the declaration.
---
dlls/d3dx9_36/texture.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/d3dx9_36/texture.c b/dlls/d3dx9_36/texture.c index c6e2273..f107bbf 100644 --- a/dlls/d3dx9_36/texture.c +++ b/dlls/d3dx9_36/texture.c @@ -1075,7 +1075,7 @@ HRESULT WINAPI D3DXFillCubeTexture(LPDIRECT3DCUBETEXTURE9 texture, BYTE *data, *pos; BYTE byte, mask; float comp_value; - const static enum cube_coord coordmap[6][3] = + static const enum cube_coord coordmap[6][3] = { {ONE, YCOORDINV, XCOORDINV}, {ZERO, YCOORDINV, XCOORD},