From 3663c0f82527d972a7e5b85937d8da60253eb6f3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 15 Jan 2004 00:29:51 +0000 Subject: Cosmetic changes. Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc. --- src/mesa/tnl/t_save_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/tnl/t_save_api.h') diff --git a/src/mesa/tnl/t_save_api.h b/src/mesa/tnl/t_save_api.h index a6a8cd011b..eec2d685b0 100644 --- a/src/mesa/tnl/t_save_api.h +++ b/src/mesa/tnl/t_save_api.h @@ -51,7 +51,7 @@ extern void _tnl_save_init( GLcontext *ctx ); extern void _tnl_save_destroy( GLcontext *ctx ); extern void _tnl_loopback_vertex_list( GLcontext *ctx, - struct tnl_vertex_list *list ); + const struct tnl_vertex_list *list ); extern void _tnl_playback_vertex_list( GLcontext *ctx, void *data ); -- cgit v1.2.3