diff options
Diffstat (limited to 'src/mesa/swrast/s_blend.h')
-rw-r--r-- | src/mesa/swrast/s_blend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_blend.h b/src/mesa/swrast/s_blend.h index 8d3124f28c8..5afa604783e 100644 --- a/src/mesa/swrast/s_blend.h +++ b/src/mesa/swrast/s_blend.h @@ -1,4 +1,4 @@ -/* $Id: s_blend.h,v 1.7 2003/02/23 04:10:54 brianp Exp $ */ +/* $Id: s_blend.h,v 1.8 2003/03/25 02:23:45 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -35,7 +35,7 @@ extern void -_mesa_blend_span( GLcontext *ctx, const struct sw_span *span, +_swrast_blend_span( GLcontext *ctx, const struct sw_span *span, GLchan rgba[][4] ); |