Fix compile on 64-bit.

This commit is contained in:
Kenneth Graunke 2010-06-17 15:28:13 -07:00 committed by Ian Romanick
parent c96822cf31
commit 520aad2c3e

View file

@ -33,7 +33,7 @@ struct glsl_shader {
GLboolean DeletePending;
GLboolean CompileStatus;
const GLchar *Source; /**< Source code string */
GLuint SourceLen;
size_t SourceLen;
GLchar *InfoLog;
struct exec_list ir;