summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/framebuffer.h
diff options
context:
space:
mode:
authorLaura Ekstrand <laura@jlekstrand.net>2015-02-03 14:41:26 -0800
committerFredrik Höglund <fredrik@kde.org>2015-05-14 15:48:14 +0200
commitb590c617256720e82fff0428a5e0e4a64115fac2 (patch)
tree5a04eadcab24543a552fb4f3efb70ab30a695ceb /src/mesa/main/framebuffer.h
parent39be0c5f6c1922e2e2f3c4243dd8257c2e7deef8 (diff)
downloadexternal_mesa3d-b590c617256720e82fff0428a5e0e4a64115fac2.zip
external_mesa3d-b590c617256720e82fff0428a5e0e4a64115fac2.tar.gz
external_mesa3d-b590c617256720e82fff0428a5e0e4a64115fac2.tar.bz2
main: Refactor _mesa_update_draw_buffer_bounds.
Reviewed-by: Fredrik Höglund <fredrik@kde.org> Signed-off-by: Fredrik Höglund <fredrik@kde.org>
Diffstat (limited to 'src/mesa/main/framebuffer.h')
-rw-r--r--src/mesa/main/framebuffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h
index d3b7e58..d02b86f 100644
--- a/src/mesa/main/framebuffer.h
+++ b/src/mesa/main/framebuffer.h
@@ -77,7 +77,8 @@ _mesa_scissor_bounding_box(const struct gl_context *ctx,
unsigned idx, int *bbox);
extern void
-_mesa_update_draw_buffer_bounds(struct gl_context *ctx);
+_mesa_update_draw_buffer_bounds(struct gl_context *ctx,
+ struct gl_framebuffer *drawFb);
extern void
_mesa_update_framebuffer_visual(struct gl_context *ctx,