diff options
author | Gareth Hughes <[email protected]> | 1999-09-17 06:31:02 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 1999-09-17 06:31:02 +0000 |
commit | b32966fc806187e8c2032236d9f33ac60fa8e873 (patch) | |
tree | e9f03afd7f4ddfd438ca26bbd173a3ebaa762b3a /src/glu/mesa/tess.h | |
parent | 727f35a518f4793a6597a2a4192278dd32b12ae5 (diff) |
Winding rule updates.
Diffstat (limited to 'src/glu/mesa/tess.h')
-rw-r--r-- | src/glu/mesa/tess.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/glu/mesa/tess.h b/src/glu/mesa/tess.h index 3d159fcb890..c9fb9129d09 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; }; |