R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.
[mesa.git] / src / mesa / swrast / s_texcombine.h
index eca967c5404e07827d78ef73ba28aba0c00e79c4..3bf70e0b86e7df4d54a541eb5395dbf38d53192c 100644 (file)
@@ -31,6 +31,6 @@
 #include "swrast.h"
 
 extern void
-_swrast_texture_span( GLcontext *ctx, struct sw_span *span );
+_swrast_texture_span( GLcontext *ctx, SWspan *span );
 
 #endif