From 8885b077ed7180e93a002d93864a8ff7b0bb81f3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 16 Sep 2005 01:41:03 +0000 Subject: more GLuint->GLbitfield changes --- src/mesa/swrast/swrast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast/swrast.h') diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h index 0bf91911a3..9e63db0248 100644 --- a/src/mesa/swrast/swrast.h +++ b/src/mesa/swrast/swrast.h @@ -173,7 +173,7 @@ _swrast_render_finish( GLcontext *ctx ); /* Tell the software rasterizer about core state changes. */ extern void -_swrast_InvalidateState( GLcontext *ctx, GLuint new_state ); +_swrast_InvalidateState( GLcontext *ctx, GLbitfield new_state ); /* Configure software rasterizer to match hardware rasterizer characteristics: */ -- cgit v1.2.3