Changeset 2945 for trunk/src/opengl/glu/util
- Timestamp:
- Feb 29, 2000, 2:56:52 PM (25 years ago)
- Location:
- trunk/src/opengl/glu/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glu/util/makefile
r2709 r2945 1 # $Id: makefile,v 1. 2 2000-02-09 23:40:51 birdExp $1 # $Id: makefile,v 1.3 2000-02-29 13:56:50 sandervl Exp $ 2 2 # 3 3 # PD-Win32 API … … 14 14 !include $(PDWIN32_INCLUDE)/pdwin32.mk 15 15 16 CINCLUDE=-I.. -I..\..\mesa -I$(PDWIN32_INCLUDE) -I..\include 16 CINCLUDE=-I.. -I..\..\mesa -I$(PDWIN32_INCLUDE) -I..\include -I..\..\mesa\GL 17 17 18 18 CFLAGS = $(CFLAGS) $(CINCLUDE) -Tdp -DNDEBUG -
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.