diff options
author | Gareth Hughes <[email protected]> | 1999-09-16 06:41:42 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 1999-09-16 06:41:42 +0000 |
commit | 0099981b1cb1eb1ee7b059aeb3970206bd7c4fde (patch) | |
tree | 89ac7be5d1adfc8721b53a665ad83cd35591980c /src/glu/mesa/tess.h | |
parent | 69b78057d10f37a79f98e251e5fe1a65eb883fba (diff) |
Misc winding rule bug fixes.
Diffstat (limited to 'src/glu/mesa/tess.h')
-rw-r--r-- | src/glu/mesa/tess.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/glu/mesa/tess.h b/src/glu/mesa/tess.h index 15eef76bc1b..3d159fcb890 100644 --- a/src/glu/mesa/tess.h +++ b/src/glu/mesa/tess.h @@ -1,4 +1,4 @@ -/* $Id: tess.h,v 1.6 1999/09/15 02:12:16 gareth Exp $ */ +/* $Id: tess.h,v 1.7 1999/09/16 06:42:01 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -26,6 +26,9 @@ /* * $Log: tess.h,v $ + * Revision 1.7 1999/09/16 06:42:01 gareth + * Misc winding rule bug fixes. + * * Revision 1.6 1999/09/15 02:12:16 gareth * Added debugging pragma message. * @@ -80,7 +83,7 @@ struct GLUtesselator #if 0 tess_grid_t *grid; /* Not currently used... */ #endif - heap_t *heap; + heap_t *ears; GLenum error; }; |