diff options
author | Gareth Hughes <gareth@valinux.com> | 1999-09-14 01:32:58 +0000 |
---|---|---|
committer | Gareth Hughes <gareth@valinux.com> | 1999-09-14 01:32:58 +0000 |
commit | 32c658b057c9f3af2c2d459fa3b0b1485aea5b05 (patch) | |
tree | 538af13904af8a1427fdf862f87e37c6a634add7 /include/GL | |
parent | de37ce3e22ad33cae84c8aa461a12660625297b5 (diff) |
Fixed definition of GLUtriangluatorObj for 1.3 tessellator.
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/glu.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h index a2dfbfaa84..7e52b5b8ba 100644 --- a/include/GL/glu.h +++ b/include/GL/glu.h @@ -1,4 +1,4 @@ -/* $Id: glu.h,v 1.3 1999/09/11 11:34:21 brianp Exp $ */ +/* $Id: glu.h,v 1.4 1999/09/14 01:32:58 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -23,6 +23,9 @@ /* * $Log: glu.h,v $ + * Revision 1.4 1999/09/14 01:32:58 gareth + * Fixed definition of GLUtriangluatorObj for 1.3 tessellator. + * * Revision 1.3 1999/09/11 11:34:21 brianp * added GLU_EXT_get_proc_address * @@ -253,6 +256,7 @@ enum { /* FIXME: We need to implement the other 1.3 typedefs - GH */ typedef struct GLUtesselator GLUtesselator; + typedef GLUtesselator GLUtriangluatorObj; #endif |