s/GLuint/GLbitfield/

This commit is contained in:
Brian Paul
2006-01-09 17:57:47 +00:00
parent c2901e4f4c
commit d469e5e5a0
2 changed files with 2 additions and 2 deletions

View File

@@ -957,7 +957,7 @@ update_program(GLcontext *ctx)
void
_mesa_update_state( GLcontext *ctx )
{
GLuint new_state = ctx->NewState;
GLbitfield new_state = ctx->NewState;
if (MESA_VERBOSE & VERBOSE_STATE)
_mesa_print_state("_mesa_update_state", new_state);