diff options
Diffstat (limited to 'src/mesa/swrast/s_alpha.h')
-rw-r--r-- | src/mesa/swrast/s_alpha.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_alpha.h b/src/mesa/swrast/s_alpha.h index 413babb3e99..cf69223b9ed 100644 --- a/src/mesa/swrast/s_alpha.h +++ b/src/mesa/swrast/s_alpha.h @@ -1,4 +1,4 @@ -/* $Id: s_alpha.h,v 1.7 2003/02/23 04:10:54 brianp Exp $ */ +/* $Id: s_alpha.h,v 1.8 2003/03/25 02:23:44 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -34,7 +34,7 @@ extern GLint -_mesa_alpha_test( const GLcontext *ctx, struct sw_span *span ); +_swrast_alpha_test( const GLcontext *ctx, struct sw_span *span ); #endif |