Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</small...
[mesa.git] / src / mesa / main / buffers.h
index b10d680d8efa238eaed19b2dd4cb639cff1b375f..547fb28886e250295e2b1cdedb60f44c050842c3 100644 (file)
@@ -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