summaryrefslogtreecommitdiff
path: root/src/glu/mesa/tess.h
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>1999-09-17 06:31:02 +0000
committerGareth Hughes <gareth@valinux.com>1999-09-17 06:31:02 +0000
commitb32966fc806187e8c2032236d9f33ac60fa8e873 (patch)
treee9f03afd7f4ddfd438ca26bbd173a3ebaa762b3a /src/glu/mesa/tess.h
parent727f35a518f4793a6597a2a4192278dd32b12ae5 (diff)
Winding rule updates.
Diffstat (limited to 'src/glu/mesa/tess.h')
-rw-r--r--src/glu/mesa/tess.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/glu/mesa/tess.h b/src/glu/mesa/tess.h
index 3d159fcb89..c9fb9129d0 100644
--- a/src/glu/mesa/tess.h
+++ b/src/glu/mesa/tess.h
@@ -1,4 +1,4 @@
-/* $Id: tess.h,v 1.7 1999/09/16 06:42:01 gareth Exp $ */
+/* $Id: tess.h,v 1.8 1999/09/17 06:31:02 gareth Exp $ */
/*
* Mesa 3-D graphics library
@@ -26,6 +26,9 @@
/*
* $Log: tess.h,v $
+ * Revision 1.8 1999/09/17 06:31:02 gareth
+ * Winding rule updates.
+ *
* Revision 1.7 1999/09/16 06:42:01 gareth
* Misc winding rule bug fixes.
*
@@ -55,6 +58,7 @@
#include "gluP.h"
#include "tess_typedefs.h"
+#include "tess_hash.h"
#include "tess_heap.h"
#if 0
#include "tess_grid.h"
@@ -84,6 +88,7 @@ struct GLUtesselator
tess_grid_t *grid; /* Not currently used... */
#endif
heap_t *ears;
+ hashtable_t *cvc_lists;
GLenum error;
};