summaryrefslogtreecommitdiff
path: root/src/mesa/main/buffers.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-09-22 11:36:30 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-09-22 11:36:30 +0000
commitf9bfdb1ce47380a23218a8253ac1dde923ee13fc (patch)
treedbd359299c1e111d26a7b4bcdf1624bbfc47f63c /src/mesa/main/buffers.h
parentf118b9b40d5928c36fba9759e508d8f84fc2909d (diff)
resize buffers in MakeCurrent
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r--src/mesa/main/buffers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h
index b61bdad433..fcc2152342 100644
--- a/src/mesa/main/buffers.h
+++ b/src/mesa/main/buffers.h
@@ -78,4 +78,6 @@ extern void
_mesa_set_scissor(GLcontext *ctx,
GLint x, GLint y, GLsizei width, GLsizei height);
+extern void _mesa_resizebuffers( GLcontext *ctx );
+
#endif