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/tnl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/tnl/tnl.h') diff --git a/src/mesa/tnl/tnl.h b/src/mesa/tnl/tnl.h index 428fe12788a..dab422429a1 100644 --- a/src/mesa/tnl/tnl.h +++ b/src/mesa/tnl/tnl.h @@ -84,6 +84,6 @@ extern void _tnl_allow_pixel_fog( GLcontext *ctx, GLboolean value ); extern void -_tnl_program_string(GLcontext *ctx, GLenum target, struct program *program); +_tnl_program_string(GLcontext *ctx, GLenum target, struct gl_program *program); #endif -- cgit v1.2.3