fix build problem

This commit is contained in:
Alan Hourihane 2005-01-05 20:13:04 +00:00
parent 99fc261c47
commit 609e54820c

View file

@ -48,7 +48,7 @@ static void copy_pv( GLcontext *ctx, GLuint edst, GLuint esrc )
}
static struct {
tnl_emit_func emit;
void (*emit)( GLcontext *, GLuint, GLuint, void * );
tnl_interp_func interp;
tnl_copy_pv_func copy_pv;
GLboolean (*check_tex_sizes)( GLcontext *ctx );