From 3d38361b718d490e1e7fda64519952ec887cd149 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 1 Jul 2004 13:14:05 +0000 Subject: Rename the various function types in t_context.h to include a tnl_ prefix. --- src/mesa/drivers/dri/unichrome/via_dmatmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/unichrome/via_dmatmp.h') diff --git a/src/mesa/drivers/dri/unichrome/via_dmatmp.h b/src/mesa/drivers/dri/unichrome/via_dmatmp.h index 5808b505f3..0253d7b57f 100644 --- a/src/mesa/drivers/dri/unichrome/via_dmatmp.h +++ b/src/mesa/drivers/dri/unichrome/via_dmatmp.h @@ -579,7 +579,7 @@ static void TAG(render_noop)(GLcontext *ctx, } -static render_func TAG(render_tab_verts)[GL_POLYGON + 2] = +static tnl_render_func TAG(render_tab_verts)[GL_POLYGON + 2] = { TAG(render_points_verts), TAG(render_lines_verts), -- cgit v1.2.3