diff options
Diffstat (limited to 'src/mesa/swrast/s_logic.h')
-rw-r--r-- | src/mesa/swrast/s_logic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/swrast/s_logic.h b/src/mesa/swrast/s_logic.h index 537b44a6b9..824f2352f3 100644 --- a/src/mesa/swrast/s_logic.h +++ b/src/mesa/swrast/s_logic.h @@ -1,4 +1,4 @@ -/* $Id: s_logic.h,v 1.5 2002/02/02 21:40:33 brianp Exp $ */ +/* $Id: s_logic.h,v 1.6 2003/03/25 02:23:47 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -34,12 +34,12 @@ extern void -_mesa_logicop_ci_span( GLcontext *ctx, const struct sw_span *span, +_swrast_logicop_ci_span( GLcontext *ctx, const struct sw_span *span, GLuint index[] ); extern void -_mesa_logicop_rgba_span( GLcontext *ctx, const struct sw_span *span, +_swrast_logicop_rgba_span( GLcontext *ctx, const struct sw_span *span, GLchan rgba[][4] ); |