summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_array_import.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-01-14 10:52:51 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-01-14 10:52:51 +0000
commiteb7935c63b647df38325fcc77ce86587558fb7c5 (patch)
tree43867c8e5a6477dd4ae21e4ef8b3990445a0931a /src/mesa/tnl/t_array_import.h
parent43ed92b3a1abceb03dd2c0bcc05f466e9a3f620a (diff)
Fix up more confusions with count vs end in array functions
Diffstat (limited to 'src/mesa/tnl/t_array_import.h')
-rw-r--r--src/mesa/tnl/t_array_import.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_array_import.h b/src/mesa/tnl/t_array_import.h
index 7bc248f716..39b77641d5 100644
--- a/src/mesa/tnl/t_array_import.h
+++ b/src/mesa/tnl/t_array_import.h
@@ -29,7 +29,7 @@
#include "mtypes.h"
#include "t_context.h"
-extern void _tnl_vb_bind_arrays( GLcontext *ctx, GLint start, GLsizei count );
+extern void _tnl_vb_bind_arrays( GLcontext *ctx, GLint start, GLint end );
extern void _tnl_array_import_init( GLcontext *ctx );