X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=include%2FGL%2Fglu.h;h=5acd0b7392149d441905f4f014b9a6bb7dc8e44e;hb=e9cd76e23965fb95e57d47ae8670de2769a5d76b;hp=08d98592b65c730d01ed1754f53a586d55fd0141;hpb=9331b6702cee82cfe8a83281106196b3493c4206;p=mesa.git 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 );