diff options
author | Alan Hourihane <[email protected]> | 2005-01-05 20:13:04 +0000 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2005-01-05 20:13:04 +0000 |
commit | 609e54820cfee142c9ec89c7fc22a0eeb091780e (patch) | |
tree | 4199e98f878126f148159259423e28f05cdfc3d0 /src/mesa | |
parent | 99fc261c47005b0674e2e45f5c6445bc2ce0d8e4 (diff) |
fix build problem
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/tdfx/tdfx_vb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/tdfx/tdfx_vb.c b/src/mesa/drivers/dri/tdfx/tdfx_vb.c index 04c49542346..16b947d01c8 100644 --- a/src/mesa/drivers/dri/tdfx/tdfx_vb.c +++ b/src/mesa/drivers/dri/tdfx/tdfx_vb.c @@ -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 ); |