summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-01-09 17:57:47 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-01-09 17:57:47 +0000
commitd469e5e5a03334f76cee4418dad97060661b1dc4 (patch)
tree3fa7091bad60cab441bb5d23f45a2fc8d79c5795 /src/mesa/main/state.c
parentc2901e4f4c7a626a99526ccbb70f89253805cbb4 (diff)
s/GLuint/GLbitfield/
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r--src/mesa/main/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c
index 627b24cce0..9c59ac301f 100644
--- a/src/mesa/main/state.c
+++ b/src/mesa/main/state.c
@@ -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);