diff options
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 627b24cce0c..9c59ac301f3 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); |