Ignore:
Timestamp:
Feb 29, 2000, 2:56:52 PM (25 years ago)
Author:
sandervl
Message:

compile fixes

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 bird Exp $
     1# $Id: makefile,v 1.3 2000-02-29 13:56:50 sandervl Exp $
    22#
    33# PD-Win32 API
     
    1414!include $(PDWIN32_INCLUDE)/pdwin32.mk
    1515
    16 CINCLUDE=-I.. -I..\..\mesa -I$(PDWIN32_INCLUDE) -I..\include
     16CINCLUDE=-I.. -I..\..\mesa -I$(PDWIN32_INCLUDE) -I..\include -I..\..\mesa\GL
    1717
    1818CFLAGS = $(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 jeroen Exp $ */
     1/* $Id: project.c,v 1.2 2000-02-29 13:56:50 sandervl Exp $ */
    22/*
    33** License Applicability. Except to the extent portions of this file are
     
    3333** compliant with the OpenGL(R) version 1.2.1 Specification.
    3434**
    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 jeroen Exp $
     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 $
    3737*/
    3838
     
    367367}
    368368
    369 void GLAPI
    370 gluPickMatrix(GLdouble x, GLdouble y, GLdouble deltax, GLdouble deltay,
    371                   GLint viewport[4])
     369GLUAPI void GLAPIENTRY gluPickMatrix(GLdouble x, GLdouble y, GLdouble deltax, GLdouble deltay,
     370                                     const GLint viewport[4])
    372371{
    373372    if (deltax <= 0 || deltay <= 0) {
Note: See TracChangeset for help on using the changeset viewer.