fix build problem
authorAlan Hourihane <alanh@tungstengraphics.com>
Wed, 5 Jan 2005 20:13:04 +0000 (20:13 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Wed, 5 Jan 2005 20:13:04 +0000 (20:13 +0000)
src/mesa/drivers/dri/tdfx/tdfx_vb.c

index 04c495423469c491f02e2df761284e571dd6494c..16b947d01c8ac876cb59bee936a7cbfa5df92fd2 100644 (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 );