diff options
Diffstat (limited to 'src/mesa/main/blend.h')
-rw-r--r-- | src/mesa/main/blend.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h index 58e66736ddc..8ab9e02fc13 100644 --- a/src/mesa/main/blend.h +++ b/src/mesa/main/blend.h @@ -110,7 +110,8 @@ _mesa_get_clamp_vertex_color(const struct gl_context *ctx, const struct gl_framebuffer *drawFb); extern GLboolean -_mesa_get_clamp_read_color(const struct gl_context *ctx); +_mesa_get_clamp_read_color(const struct gl_context *ctx, + const struct gl_framebuffer *readFb); extern void _mesa_update_clamp_fragment_color(struct gl_context *ctx, |