diff options
author | Brian Paul <[email protected]> | 2008-06-09 15:04:31 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 15:04:31 -0600 |
commit | 9091015a9782ad15e58540a8fd61df83ea2bfe31 (patch) | |
tree | 76bd84942c1b557ab2c21585bf9de2fb35a0e7d2 /src/mesa/main/framebuffer.h | |
parent | eade430682516a445a2bf765165362dad19594f0 (diff) |
mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to framebuffer.c
Diffstat (limited to 'src/mesa/main/framebuffer.h')
-rw-r--r-- | src/mesa/main/framebuffer.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h index 4d76f3a90f7..e9eeed28cb5 100644 --- a/src/mesa/main/framebuffer.h +++ b/src/mesa/main/framebuffer.h @@ -53,6 +53,14 @@ extern void _mesa_resize_framebuffer(GLcontext *ctx, struct gl_framebuffer *fb, GLuint width, GLuint height); + +extern void +_mesa_resizebuffers( GLcontext *ctx ); + +extern void GLAPIENTRY +_mesa_ResizeBuffersMESA( void ); + + extern void _mesa_update_draw_buffer_bounds(GLcontext *ctx); |