diff options
author | Brian Paul <[email protected]> | 2005-09-16 01:41:03 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-09-16 01:41:03 +0000 |
commit | 8885b077ed7180e93a002d93864a8ff7b0bb81f3 (patch) | |
tree | 42479194b5195a8e22ea4ba7a4cd573eb3acb471 /src/mesa/swrast/swrast.h | |
parent | e00ac11d4dd05c56584622dc2707bbdcfe4b2707 (diff) |
more GLuint->GLbitfield changes
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r-- | src/mesa/swrast/swrast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h index 0bf91911a38..9e63db02482 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: */ |