summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_blend.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-09-29 02:12:07 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-09-29 02:12:07 +0000
commitd92da49bae30be612efb6ea20bdfda232ee3d01d (patch)
tree03f8d51102add3def17270cf4460ddf720e662c3 /src/mesa/swrast/s_blend.h
parent0ce6a2935c85118ca20f5dfc5911a39c481dc791 (diff)
more changes for runtime renderbuffer depths
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 8baa8cd71d..5b8e3b7592 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