r300: Further reduced the radeon_span.c diff.
[mesa.git] / src / mesa / swrast / s_fog.h
index acc522d27fdf6e56113492fedec7a027ae082b14..9639bee2cc340a04664cb5aff268289f40e9dfd3 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: s_fog.h,v 1.10 2003/03/25 02:23:46 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -37,10 +36,10 @@ extern GLfloat
 _swrast_z_to_fogfactor(GLcontext *ctx, GLfloat z);
 
 extern void
-_swrast_fog_rgba_span( const GLcontext *ctx, struct sw_span *span );
+_swrast_fog_rgba_span( const GLcontext *ctx, SWspan *span );
 
 extern void
-_swrast_fog_ci_span( const GLcontext *ctx, struct sw_span *span );
+_swrast_fog_ci_span( const GLcontext *ctx, SWspan *span );
 
 
 #endif