diff options
author | Brian Paul <[email protected]> | 2001-03-03 20:33:27 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-03-03 20:33:27 +0000 |
commit | 08836341788a9f9d638d9dc8328510ccd18ddeb5 (patch) | |
tree | 6bd480b7f5f595c63914b1d39727d70a0f954723 /src/mesa/main/state.h | |
parent | 19bbfc62638b60dd1a41e84686f24483adea5b03 (diff) |
lots of gl_*() to _mesa_*() namespace clean-up
Diffstat (limited to 'src/mesa/main/state.h')
-rw-r--r-- | src/mesa/main/state.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/main/state.h b/src/mesa/main/state.h index 1352f343266..8a45096c663 100644 --- a/src/mesa/main/state.h +++ b/src/mesa/main/state.h @@ -1,4 +1,4 @@ -/* $Id: state.h,v 1.5 2000/11/22 07:32:17 joukj Exp $ */ +/* $Id: state.h,v 1.6 2001/03/03 20:33:27 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -38,13 +38,13 @@ extern void _mesa_init_exec_table(struct _glapi_table *exec, GLuint tableSize); extern void -gl_update_state( GLcontext *ctx ); +_mesa_update_state( GLcontext *ctx ); extern void -gl_print_state( const char *msg, GLuint state ); +_mesa_print_state( const char *msg, GLuint state ); extern void -gl_print_enable_flags( const char *msg, GLuint flags ); +_mesa_print_enable_flags( const char *msg, GLuint flags ); #endif |