Rename the various function types in t_context.h to include a tnl_ prefix.

This commit is contained in:
Keith Whitwell
2004-07-01 13:14:05 +00:00
parent c3c8c71846
commit 3d38361b71
51 changed files with 223 additions and 220 deletions

View File

@@ -588,8 +588,8 @@ static void extract_1ub_1f( const struct tnl_clipspace_attr *a, GLfloat *out, co
static struct {
const char *name;
extract_func extract;
insert_func insert[4];
tnl_extract_func extract;
tnl_insert_func insert[4];
const GLuint attrsize;
} format_info[EMIT_MAX] = {