summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/extras/Mesa/src/alpha.h')
-rw-r--r--xc/extras/Mesa/src/alpha.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/xc/extras/Mesa/src/alpha.h b/xc/extras/Mesa/src/alpha.h
index 100411ef9..72355a7cd 100644
--- a/xc/extras/Mesa/src/alpha.h
+++ b/xc/extras/Mesa/src/alpha.h
@@ -1,8 +1,8 @@
-/* $Id: alpha.h,v 1.3 1999/12/14 02:39:38 daryll Exp $ */
+/* $Id: alpha.h,v 1.4 2000/01/30 00:27:01 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.1
+ * Version: 3.3
*
* Copyright (C) 1999 Brian Paul All Rights Reserved.
*
@@ -25,9 +25,6 @@
*/
-
-
-
#ifndef ALPHA_H
#define ALPHA_H
@@ -39,7 +36,8 @@ extern GLint gl_alpha_test( const GLcontext *ctx, GLuint n,
CONST GLubyte rgba[][4], GLubyte mask[] );
-extern void gl_AlphaFunc( GLcontext *ctx, GLenum func, GLclampf ref );
+extern void
+_mesa_AlphaFunc( GLenum func, GLclampf ref );
#endif