summaryrefslogtreecommitdiff
path: root/src/mesa/main/buffers.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-12-30 13:02:27 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-12-30 13:02:27 +0000
commit1d43e729ec94217f3b742be481c753a8eaa65ea3 (patch)
treebdebab4b9cac88ad3fa25ea72520f6ad1c4b6581 /src/mesa/main/buffers.h
parent8c137e2f94a5710e59676598fb2c3f00565834e1 (diff)
properly notify driver on scissor change in MakeCurrent
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r--src/mesa/main/buffers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h
index b10d680d8e..547fb28886 100644
--- a/src/mesa/main/buffers.h
+++ b/src/mesa/main/buffers.h
@@ -74,5 +74,8 @@ _mesa_init_scissor(GLcontext *ctx);
extern void
_mesa_init_multisample(GLcontext *ctx);
+extern void _mesa_set_scissor( GLcontext *ctx,
+ GLint x, GLint y, GLsizei width, GLsizei height );
+
#endif