From de6a2e0d194d1afa1a917cff7e80d77773b73c39 Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Sun, 11 Mar 2001 23:49:20 +0000 Subject: Clean up install, restore for exec vtxfmts. --- src/mesa/tnl/t_context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/tnl/t_context.c') diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index 7e359bfd20..c533e8a7f4 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -1,4 +1,4 @@ -/* $Id: t_context.c,v 1.13 2001/03/11 18:49:11 gareth Exp $ */ +/* $Id: t_context.c,v 1.14 2001/03/11 23:49:20 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -174,7 +174,7 @@ _tnl_wakeup_exec( GLcontext *ctx ) /* Hook our functions into exec and compile dispatch tables. */ - _mesa_restore_exec_vtxfmt( ctx, &tnl->vtxfmt ); + _mesa_install_exec_vtxfmt( ctx, &tnl->vtxfmt ); /* Call all appropriate driver callbacks to revive state. */ -- cgit v1.2.3