summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-11-24 13:06:48 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-11-24 13:06:48 +0000
commitfafc16768c9f8f2a87fa9e360b72b13608d19d5d (patch)
treeb3f9a7f7f90c0d410279c0cdd22ab826708e8c84 /include
parent75e3ea3c82b6af7bab9c6171d186a2596b206ec5 (diff)
downloadglu-fafc16768c9f8f2a87fa9e360b72b13608d19d5d.tar.gz
renamed near and far arguments to gluUnProject4()
Diffstat (limited to 'include')
-rw-r--r--include/GL/glu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h
index 08d9859..5acd0b7 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 );