diff options
author | Brian <[email protected]> | 2007-02-23 11:21:03 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-02-23 11:21:03 -0700 |
commit | aa9d22a1c0f3256497088985c290d4046e089456 (patch) | |
tree | e018082a234f43039e7ee8dd2dc7699818690faa /src/mesa/shader/prog_parameter.c | |
parent | 99902198de9a81fa95ab058048d618c5ecb7856e (diff) |
replace GLint with gl_state_index
Diffstat (limited to 'src/mesa/shader/prog_parameter.c')
-rw-r--r-- | src/mesa/shader/prog_parameter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_parameter.c b/src/mesa/shader/prog_parameter.c index 505c5016ac2..14b272c2c54 100644 --- a/src/mesa/shader/prog_parameter.c +++ b/src/mesa/shader/prog_parameter.c @@ -370,7 +370,7 @@ sizeof_state_reference(const GLint *stateTokens) */ GLint _mesa_add_state_reference(struct gl_program_parameter_list *paramList, - const GLint stateTokens[STATE_LENGTH]) + const gl_state_index stateTokens[STATE_LENGTH]) { const GLuint size = 4; /* XXX fix */ const char *name; |