diff options
author | Brian Paul <[email protected]> | 2004-01-15 00:29:51 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-01-15 00:29:51 +0000 |
commit | 3663c0f82527d972a7e5b85937d8da60253eb6f3 (patch) | |
tree | 6a571530e63a97a1ffb643af83474e63d7ea7229 /src/mesa/tnl/t_save_api.h | |
parent | 5bae6b90f93bb1bc2d85efe3de963fb49a38fed1 (diff) |
Cosmetic changes.
Added a bunch of const qualifiers.
Use _mesa_memcpy() instead of memcpy(), etc.
Diffstat (limited to 'src/mesa/tnl/t_save_api.h')
-rw-r--r-- | src/mesa/tnl/t_save_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_save_api.h b/src/mesa/tnl/t_save_api.h index a6a8cd011bd..eec2d685b00 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 ); |