commit | aa9d22a1c0f3256497088985c290d4046e089456 | [log] [tgz] |
---|---|---|
author | Brian <brian@yutani.localnet.net> | Fri Feb 23 11:21:03 2007 -0700 |
committer | Brian <brian@yutani.localnet.net> | Fri Feb 23 11:21:03 2007 -0700 |
tree | e018082a234f43039e7ee8dd2dc7699818690faa | |
parent | 99902198de9a81fa95ab058048d618c5ecb7856e [diff] [blame] |
replace GLint with gl_state_index
diff --git a/src/mesa/shader/prog_parameter.c b/src/mesa/shader/prog_parameter.c index 505c501..14b272c 100644 --- a/src/mesa/shader/prog_parameter.c +++ b/src/mesa/shader/prog_parameter.c
@@ -370,7 +370,7 @@ */ 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;