From 1d43e729ec94217f3b742be481c753a8eaa65ea3 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 30 Dec 2005 13:02:27 +0000 Subject: properly notify driver on scissor change in MakeCurrent --- src/mesa/main/buffers.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/main/buffers.h') 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 -- cgit v1.2.3