summaryrefslogtreecommitdiff
path: root/src/mesa/main/matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/matrix.h')
-rw-r--r--src/mesa/main/matrix.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/matrix.h b/src/mesa/main/matrix.h
index 2479668799..e8c79e2c59 100644
--- a/src/mesa/main/matrix.h
+++ b/src/mesa/main/matrix.h
@@ -1,4 +1,4 @@
-/* $Id: matrix.h,v 1.3 1999/11/11 01:22:27 brianp Exp $ */
+/* $Id: matrix.h,v 1.4 1999/11/12 18:10:47 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -132,6 +132,9 @@ extern void
_mesa_Viewport( GLint x, GLint y, GLsizei width, GLsizei height );
extern void
+gl_Viewport( GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height );
+
+extern void
_mesa_DepthRange( GLclampd nearval, GLclampd farval );