summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/state.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-07 11:22:47 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-07 11:22:47 -0600
commit239617fbe22d4dd7b2794510a6665f09602b5adf (patch)
treeff7293e8a696837e423c32ea7c4d4e145b86abd2 /src/mesa/main/state.h
parent23cc303994eb630c56b1224dfdac51dcea41ed03 (diff)
downloadexternal_mesa3d-239617fbe22d4dd7b2794510a6665f09602b5adf.zip
external_mesa3d-239617fbe22d4dd7b2794510a6665f09602b5adf.tar.gz
external_mesa3d-239617fbe22d4dd7b2794510a6665f09602b5adf.tar.bz2
mesa: replace GLuint with GLbitfield to be clearer about usage
Also, fix up some comments to be doxygen style.
Diffstat (limited to 'src/mesa/main/state.h')
-rw-r--r--src/mesa/main/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/state.h b/src/mesa/main/state.h
index dc08043..79f2f6b 100644
--- a/src/mesa/main/state.h
+++ b/src/mesa/main/state.h
@@ -39,6 +39,6 @@ _mesa_update_state_locked( GLcontext *ctx );
void
_mesa_set_varying_vp_inputs( GLcontext *ctx,
- unsigned varying_inputs );
+ GLbitfield varying_inputs );
#endif