-/* $Id: tess.c,v 1.12 1999/10/11 17:48:53 gareth Exp $ */
+/* $Id: tess.c,v 1.13 1999/10/11 17:53:09 gareth Exp $ */
/*
* Mesa 3-D graphics library
/*
* $Log: tess.c,v $
+ * Revision 1.13 1999/10/11 17:53:09 gareth
+ * Renamed GLUtesselator user data pointer to avoid confusion.
+ *
* Revision 1.12 1999/10/11 17:48:53 gareth
* Correctly initialized GLUtesselator user data pointer.
*
tobj->grid = NULL;
#endif
tobj->cvc_lists = NULL;
- tobj->user_data = NULL;
+ tobj->data = NULL;
tobj->label = 0;
tobj->error = GLU_NO_ERROR;
if ( tobj->callbacks.errorData != NULL )
{
- ( tobj->callbacks.errorData )( errnum, tobj->user_data );
+ ( tobj->callbacks.errorData )( errnum, tobj->data );
}
else if ( tobj->callbacks.error != NULL )
{