summaryrefslogtreecommitdiff
path: root/progs/demos/tessdemo.c
diff options
context:
space:
mode:
authortanner <tanner>1999-09-19 20:09:00 +0000
committertanner <tanner>1999-09-19 20:09:00 +0000
commitbc34adfc54369c216261548a2b251b258d64cd43 (patch)
tree3a769aa92340a9d914a2d35b3cc153c04ba1cf32 /progs/demos/tessdemo.c
parent01db31b67860f93b110733eb523d45e320a1c948 (diff)
lots of autoconf updates
Diffstat (limited to 'progs/demos/tessdemo.c')
-rw-r--r--progs/demos/tessdemo.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/progs/demos/tessdemo.c b/progs/demos/tessdemo.c
index 497b105a88..c0d0242b2e 100644
--- a/progs/demos/tessdemo.c
+++ b/progs/demos/tessdemo.c
@@ -1,4 +1,4 @@
-/* $Id: tessdemo.c,v 1.1 1999/08/19 00:55:40 jtg Exp $ */
+/* $Id: tessdemo.c,v 1.2 1999/09/19 20:09:00 tanner Exp $ */
/*
* A demo of the GLU polygon tesselation functions written by Bogdan Sikorski.
@@ -11,8 +11,12 @@
/*
* $Log: tessdemo.c,v $
- * Revision 1.1 1999/08/19 00:55:40 jtg
- * Initial revision
+ * Revision 1.2 1999/09/19 20:09:00 tanner
+ *
+ * lots of autoconf updates
+ *
+ * Revision 1.1.1.1 1999/08/19 00:55:40 jtg
+ * Imported sources
*
* Revision 3.5 1999/03/28 18:24:37 brianp
* minor clean-up
@@ -148,7 +152,7 @@ void set_screen_wh(GLsizei w, GLsizei h)
void tesse(void)
{
- GLUtriangulatorObj *tobj;
+ GLUtesselator *tobj;
GLdouble data[3];
GLuint i,j,point_cnt;