diff options
author | Brian Paul <[email protected]> | 1999-11-12 18:10:47 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-11-12 18:10:47 +0000 |
commit | 93b76c048f064455b42c345dc204b94065ad197c (patch) | |
tree | 424cc71e50a3576cbb981ac5809642baea599730 /src/mesa/main/matrix.h | |
parent | be599f845f7acac94444ce74eff20296ed0a309f (diff) |
restored the gl_Viewport function
Diffstat (limited to 'src/mesa/main/matrix.h')
-rw-r--r-- | src/mesa/main/matrix.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/matrix.h b/src/mesa/main/matrix.h index 24796687990..e8c79e2c595 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 ); |