summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_arbshader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_arbshader.h')
-rw-r--r--src/mesa/swrast/s_arbshader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_arbshader.h b/src/mesa/swrast/s_arbshader.h
index 805cd4da38..5df80c870b 100644
--- a/src/mesa/swrast/s_arbshader.h
+++ b/src/mesa/swrast/s_arbshader.h
@@ -30,7 +30,7 @@
#if FEATURE_ARB_fragment_shader
-extern void _swrast_exec_arbshader (GLcontext *ctx, struct sw_span *span);
+extern void _swrast_exec_arbshader (GLcontext *ctx, SWspan *span);
#endif /* FEATURE_ARB_fragment_shader */