From fb7766853d7fe77b1416afb32f32fb6dc2c442d1 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Tue, 13 Apr 2004 07:08:34 +0000 Subject: updated Glide driver documentation fixed SAL/SAR in assyntax.h (NASM) fixed a bug wrt NULL pointer assignment in t_vtx_api.c cosmetics to t_vtx_x86.c & t_vtx_x86_gcc.S enabled STDCALL with codegen (MinGW) --- src/mesa/tnl/t_vtx_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/tnl/t_vtx_api.h') diff --git a/src/mesa/tnl/t_vtx_api.h b/src/mesa/tnl/t_vtx_api.h index f58461332e..97d5cf5563 100644 --- a/src/mesa/tnl/t_vtx_api.h +++ b/src/mesa/tnl/t_vtx_api.h @@ -49,7 +49,7 @@ extern void _tnl_vtx_destroy( GLcontext *ctx ); extern void _tnl_FlushVertices( GLcontext *ctx, GLuint flags ); extern void _tnl_flush_vtx( GLcontext *ctx ); -extern void _tnl_wrap_filled_vertex( GLcontext *ctx ); +extern void GLAPIENTRY _tnl_wrap_filled_vertex( GLcontext *ctx ); /* t_vtx_exec.c: */ -- cgit v1.2.3