New SWspan and SWspanarrays typedefs.
[mesa.git] / src / mesa / swrast / s_alpha.h
index 413babb3e9982d66f0ef7318be83e7bd67903e1a..a85ef8a83ad6760b34d0a8b3bd69099fd8b58bd8 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: s_alpha.h,v 1.7 2003/02/23 04:10:54 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -34,7 +33,7 @@
 
 
 extern GLint
-_mesa_alpha_test( const GLcontext *ctx, struct sw_span *span );
+_swrast_alpha_test( const GLcontext *ctx, SWspan *span );
 
 
 #endif