summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/swrast.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-16 01:41:03 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-16 01:41:03 +0000
commit8885b077ed7180e93a002d93864a8ff7b0bb81f3 (patch)
tree42479194b5195a8e22ea4ba7a4cd573eb3acb471 /src/mesa/swrast/swrast.h
parente00ac11d4dd05c56584622dc2707bbdcfe4b2707 (diff)
more GLuint->GLbitfield changes
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r--src/mesa/swrast/swrast.h2
1 files changed, 1 insertions, 1 deletions
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:
*/