diff options
author | Brian Paul <[email protected]> | 2000-02-02 21:52:26 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-02 21:52:26 +0000 |
commit | 8427d93449b69a3f6918ad43b4d7dc3083b29b3d (patch) | |
tree | 04248e6d176708535bf5a34232b3632fa97269cb /src/mesa/main/accum.h | |
parent | 8460cc9bf9e3e6f237add35c1a635f137e57c184 (diff) |
changed prefix to _mesa_ for a few accum functions
Diffstat (limited to 'src/mesa/main/accum.h')
-rw-r--r-- | src/mesa/main/accum.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mesa/main/accum.h b/src/mesa/main/accum.h index 0f2263bd49c..a2ff4803116 100644 --- a/src/mesa/main/accum.h +++ b/src/mesa/main/accum.h @@ -1,4 +1,4 @@ -/* $Id: accum.h,v 1.2 1999/11/11 01:22:25 brianp Exp $ */ +/* $Id: accum.h,v 1.3 2000/02/02 21:52:26 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -25,9 +25,6 @@ */ - - - #ifndef ACCUM_H #define ACCUM_H @@ -35,10 +32,12 @@ #include "types.h" -extern void gl_alloc_accum_buffer( GLcontext *ctx ); +extern void +_mesa_alloc_accum_buffer( GLcontext *ctx ); -extern void gl_clear_accum_buffer( GLcontext *ctx ); +extern void +_mesa_clear_accum_buffer( GLcontext *ctx ); extern void |