mesa: s/TRUE/GL_TRUE

Fix compile breakage on Linux.
This commit is contained in:
Keith Whitwell 2009-07-02 14:43:16 +01:00
parent 798cd2a98d
commit 588c862571
1 changed files with 1 additions and 1 deletions

View File

@ -3928,7 +3928,7 @@ _mesa_parse_arb_fragment_program(GLcontext* ctx, GLenum target,
* coordinate in GLSL shaders.
*/
if (program->Base.InputsRead & FRAG_BIT_FOGC)
program->UsesFogFragCoord = TRUE;
program->UsesFogFragCoord = GL_TRUE;
if (program->Base.Instructions)
_mesa_free(program->Base.Instructions);