From 8427d93449b69a3f6918ad43b4d7dc3083b29b3d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 2 Feb 2000 21:52:26 +0000 Subject: changed prefix to _mesa_ for a few accum functions --- src/mesa/main/accum.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/mesa/main/accum.h') diff --git a/src/mesa/main/accum.h b/src/mesa/main/accum.h index 0f2263bd49..a2ff480311 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 -- cgit v1.2.3