Changeset 2945 for trunk/src/opengl/glu/util/project.c
- Timestamp:
- Feb 29, 2000, 2:56:52 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glu/util/project.c
r2689 r2945 1 /* $Id: project.c,v 1. 1 2000-02-09 08:47:14 jeroenExp $ */1 /* $Id: project.c,v 1.2 2000-02-29 13:56:50 sandervl Exp $ */ 2 2 /* 3 3 ** License Applicability. Except to the extent portions of this file are … … 33 33 ** compliant with the OpenGL(R) version 1.2.1 Specification. 34 34 ** 35 ** $Date: 2000-02- 09 08:47:14 $ $Revision: 1.1$36 ** $Header: /home/ktk/tmp/odin/2007/netlabs.cvs/odin32/src/opengl/glu/util/project.c,v 1. 1 2000-02-09 08:47:14 jeroenExp $35 ** $Date: 2000-02-29 13:56:50 $ $Revision: 1.2 $ 36 ** $Header: /home/ktk/tmp/odin/2007/netlabs.cvs/odin32/src/opengl/glu/util/project.c,v 1.2 2000-02-29 13:56:50 sandervl Exp $ 37 37 */ 38 38 … … 367 367 } 368 368 369 void GLAPI 370 gluPickMatrix(GLdouble x, GLdouble y, GLdouble deltax, GLdouble deltay, 371 GLint viewport[4]) 369 GLUAPI void GLAPIENTRY gluPickMatrix(GLdouble x, GLdouble y, GLdouble deltax, GLdouble deltay, 370 const GLint viewport[4]) 372 371 { 373 372 if (deltax <= 0 || deltay <= 0) {
Note:
See TracChangeset
for help on using the changeset viewer.