summaryrefslogtreecommitdiff
path: root/src/glu/mesa/tess.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-03-20 17:56:10 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-03-20 17:56:10 +0000
commit815ad714b44281f367dc8e27d607994d714f749f (patch)
tree67eff493c6fe741d662d7738d71ea8fc463417a4 /src/glu/mesa/tess.h
parentf3e31787514269c75b21cbee6c6e98fab4c40b01 (diff)
fixes to make old GLU code compile with new GLU 1.3 header
Diffstat (limited to 'src/glu/mesa/tess.h')
-rw-r--r--src/glu/mesa/tess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glu/mesa/tess.h b/src/glu/mesa/tess.h
index ddb9b30cb2..8fb7a414d4 100644
--- a/src/glu/mesa/tess.h
+++ b/src/glu/mesa/tess.h
@@ -1,4 +1,4 @@
-/* $Id: tess.h,v 1.17 2000/07/11 14:11:04 brianp Exp $ */
+/* $Id: tess.h,v 1.18 2001/03/20 17:56:10 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -85,7 +85,7 @@ typedef struct polygon_str
}
tess_polygon;
-struct GLUtriangulatorObj
+struct GLUtesselator
{
tess_contour *contours, *last_contour;
GLuint contour_cnt;