diff options
author | Keith Whitwell <[email protected]> | 2005-12-30 13:02:27 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-12-30 13:02:27 +0000 |
commit | 1d43e729ec94217f3b742be481c753a8eaa65ea3 (patch) | |
tree | bdebab4b9cac88ad3fa25ea72520f6ad1c4b6581 /src/mesa/main/buffers.h | |
parent | 8c137e2f94a5710e59676598fb2c3f00565834e1 (diff) |
properly notify driver on scissor change in MakeCurrent
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r-- | src/mesa/main/buffers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index b10d680d8ef..547fb28886e 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 |