From 122629f27925a9dc50029bebc5079f87f416a7e1 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 20 Jul 2006 16:49:57 +0000 Subject: Some structure renaming. Prefix vertex/fragment-related structs with "gl_" to match other structs. --- src/mesa/tnl/t_vb_arbprogram.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/tnl/t_vb_arbprogram.h') diff --git a/src/mesa/tnl/t_vb_arbprogram.h b/src/mesa/tnl/t_vb_arbprogram.h index dab725d7f7a..58efaa4fb97 100644 --- a/src/mesa/tnl/t_vb_arbprogram.h +++ b/src/mesa/tnl/t_vb_arbprogram.h @@ -179,8 +179,8 @@ struct tnl_compiled_program { void (*compiled_func)( struct arb_vp_machine * ); /**< codegen'd program */ }; -void _tnl_program_string_change( struct vertex_program * ); -void _tnl_program_destroy( struct vertex_program * ); +void _tnl_program_string_change( struct gl_vertex_program * ); +void _tnl_program_destroy( struct gl_vertex_program * ); void _tnl_disassem_vba_insn( union instruction op ); -- cgit v1.2.3