diff options
author | Brian Paul <[email protected]> | 1999-11-24 13:06:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-11-24 13:06:48 +0000 |
commit | 5fff37ecd4669ee58b0e1949dadbe349f9730418 (patch) | |
tree | ff2b495a78b9249beb04ffb9292385c43fff9f9b /include/GL/glu.h | |
parent | 9331b6702cee82cfe8a83281106196b3493c4206 (diff) |
renamed near and far arguments to gluUnProject4()
Diffstat (limited to 'include/GL/glu.h')
-rw-r--r-- | include/GL/glu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h index 08d98592b65..5acd0b73921 100644 --- a/include/GL/glu.h +++ b/include/GL/glu.h @@ -1,4 +1,4 @@ -/* $Id: glu.h,v 1.18 1999/11/23 22:41:10 brianp Exp $ */ +/* $Id: glu.h,v 1.19 1999/11/24 13:06:48 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -506,7 +506,7 @@ gluBuild3DMipmapLevels( GLenum target, GLint internalFormat, GLsizei width, GLUAPI GLint GLAPIENTRY gluUnProject4( GLdouble winx, GLdouble winy, GLdouble winz, GLdouble clipw, const GLdouble modelMatrix[16], const GLdouble projMatrix[16], - const GLint viewport[4], GLclampd near, GLclampd far, + const GLint viewport[4], GLclampd zNear, GLclampd zFar, GLdouble *objx, GLdouble *objy, GLdouble *objz, GLdouble *objw ); |