From 08836341788a9f9d638d9dc8328510ccd18ddeb5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 3 Mar 2001 20:33:27 +0000 Subject: lots of gl_*() to _mesa_*() namespace clean-up --- src/mesa/main/feedback.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/main/feedback.h') diff --git a/src/mesa/main/feedback.h b/src/mesa/main/feedback.h index bc4c7ae207..be2dd9a75f 100644 --- a/src/mesa/main/feedback.h +++ b/src/mesa/main/feedback.h @@ -1,4 +1,4 @@ -/* $Id: feedback.h,v 1.5 2000/11/22 07:32:17 joukj Exp $ */ +/* $Id: feedback.h,v 1.6 2001/03/03 20:33:27 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -39,14 +39,14 @@ CTX->Feedback.Count++; -extern void gl_feedback_vertex( GLcontext *ctx, +extern void _mesa_feedback_vertex( GLcontext *ctx, const GLfloat win[4], const GLfloat color[4], GLuint index, const GLfloat texcoord[4] ); -extern void gl_update_hitflag( GLcontext *ctx, GLfloat z ); +extern void _mesa_update_hitflag( GLcontext *ctx, GLfloat z ); extern void -- cgit v1.2.3