mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Fixed GLUtriangulatorObj again (spelling).
This commit is contained in:
parent
32c658b057
commit
49e0bc42e2
1 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: glu.h,v 1.4 1999/09/14 01:32:58 gareth Exp $ */
|
||||
/* $Id: glu.h,v 1.5 1999/09/14 03:23:08 gareth Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -23,6 +23,9 @@
|
|||
|
||||
/*
|
||||
* $Log: glu.h,v $
|
||||
* Revision 1.5 1999/09/14 03:23:08 gareth
|
||||
* Fixed GLUtriangulatorObj again (spelling).
|
||||
*
|
||||
* Revision 1.4 1999/09/14 01:32:58 gareth
|
||||
* Fixed definition of GLUtriangluatorObj for 1.3 tessellator.
|
||||
*
|
||||
|
|
@ -256,7 +259,7 @@ enum {
|
|||
|
||||
/* FIXME: We need to implement the other 1.3 typedefs - GH */
|
||||
typedef struct GLUtesselator GLUtesselator;
|
||||
typedef GLUtesselator GLUtriangluatorObj;
|
||||
typedef GLUtesselator GLUtriangulatorObj;
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue