diff options
author | Gareth Hughes <[email protected]> | 1999-10-13 19:01:56 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 1999-10-13 19:01:56 +0000 |
commit | 206abd90395cf806c414192ac60aaee260853e76 (patch) | |
tree | 201d5224a63e8d43a014981f0efa38baa082a5ce /src/glu/mesa/tess.h | |
parent | 80af3614d88c0cac160e787de7f34b37e96cb626 (diff) |
Added edge flag callback support.
Diffstat (limited to 'src/glu/mesa/tess.h')
-rw-r--r-- | src/glu/mesa/tess.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/glu/mesa/tess.h b/src/glu/mesa/tess.h index cfca6c1217c..9dda2516804 100644 --- a/src/glu/mesa/tess.h +++ b/src/glu/mesa/tess.h @@ -1,4 +1,4 @@ -/* $Id: tess.h,v 1.11 1999/10/11 17:49:22 gareth Exp $ */ +/* $Id: tess.h,v 1.12 1999/10/13 19:01:56 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -26,6 +26,9 @@ /* * $Log: tess.h,v $ + * Revision 1.12 1999/10/13 19:01:56 gareth + * Added edge flag callback support. + * * Revision 1.11 1999/10/11 17:49:22 gareth * Correctly initialized GLUtesselator user data pointer. * @@ -100,6 +103,7 @@ struct GLUtesselator heap_t *ears; hashtable_t *cvc_lists; void *data; + GLboolean edge_flag; GLuint label; GLenum error; }; |