summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vtx_api.h
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-04-13 07:08:34 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-04-13 07:08:34 +0000
commitfb7766853d7fe77b1416afb32f32fb6dc2c442d1 (patch)
treef9d28ed37fc05dc2287370d72e6c17e194a77837 /src/mesa/tnl/t_vtx_api.h
parent4ba589bbf076f49bd899c7bca90fb186434f23da (diff)
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)
Diffstat (limited to 'src/mesa/tnl/t_vtx_api.h')
-rw-r--r--src/mesa/tnl/t_vtx_api.h2
1 files changed, 1 insertions, 1 deletions
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:
*/