summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_blend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_blend.h')
-rw-r--r--src/mesa/swrast/s_blend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_blend.h b/src/mesa/swrast/s_blend.h
index 8baa8cd71d8..5b8e3b75924 100644
--- a/src/mesa/swrast/s_blend.h
+++ b/src/mesa/swrast/s_blend.h
@@ -37,7 +37,7 @@ _swrast_blend_span(GLcontext *ctx, struct gl_renderbuffer *rb,
extern void
-_swrast_choose_blend_func(GLcontext *ctx);
+_swrast_choose_blend_func(GLcontext *ctx, GLenum chanType);
#endif