summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/scissor.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/extras/Mesa/src/scissor.h')
-rw-r--r--xc/extras/Mesa/src/scissor.h20
1 files changed, 8 insertions, 12 deletions
diff --git a/xc/extras/Mesa/src/scissor.h b/xc/extras/Mesa/src/scissor.h
index f865999c1..6b8f235cc 100644
--- a/xc/extras/Mesa/src/scissor.h
+++ b/xc/extras/Mesa/src/scissor.h
@@ -1,8 +1,7 @@
-/* $Id: scissor.h,v 1.1.1.1 2000/01/06 13:27:00 faith Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.1
+ * Version: 3.3
*
* Copyright (C) 1999 Brian Paul All Rights Reserved.
*
@@ -25,9 +24,6 @@
*/
-
-
-
#ifndef SCISSOR_H
#define SCISSOR_H
@@ -35,17 +31,17 @@
#include "types.h"
-extern void gl_Scissor( GLcontext *ctx,
- GLint x, GLint y, GLsizei width, GLsizei height );
+extern void
+_mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height );
-extern GLint gl_scissor_span( GLcontext *ctx,
- GLuint n, GLint x, GLint y, GLubyte mask[] );
+extern GLint
+gl_scissor_span( GLcontext *ctx, GLuint n, GLint x, GLint y, GLubyte mask[] );
-extern GLuint gl_scissor_pixels( GLcontext *ctx,
- GLuint n, const GLint x[], const GLint y[],
- GLubyte mask[] );
+extern GLuint
+gl_scissor_pixels( GLcontext *ctx, GLuint n, const GLint x[], const GLint y[],
+ GLubyte mask[] );
#endif