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/main/vtxfmt.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/vtxfmt.h') diff --git a/src/mesa/main/vtxfmt.h b/src/mesa/main/vtxfmt.h index af80ada7a4..945457ebd7 100644 --- a/src/mesa/main/vtxfmt.h +++ b/src/mesa/main/vtxfmt.h @@ -1,4 +1,4 @@ -/* $Id: vtxfmt.h,v 1.2 2001/03/11 18:49:11 gareth Exp $ */ +/* $Id: vtxfmt.h,v 1.3 2001/03/11 23:49:20 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -31,9 +31,11 @@ #ifndef _VTXFMT_H_ #define _VTXFMT_H_ +extern void _mesa_init_exec_vtxfmt( GLcontext *ctx ); + extern void _mesa_install_exec_vtxfmt( GLcontext *ctx, GLvertexformat *vfmt ); extern void _mesa_install_save_vtxfmt( GLcontext *ctx, GLvertexformat *vfmt ); -extern void _mesa_restore_exec_vtxfmt( GLcontext *ctx, GLvertexformat *vfmt ); +extern void _mesa_restore_exec_vtxfmt( GLcontext *ctx ); #endif -- cgit v1.2.3