diff options
author | Gareth Hughes <[email protected]> | 2001-03-11 23:49:20 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2001-03-11 23:49:20 +0000 |
commit | de6a2e0d194d1afa1a917cff7e80d77773b73c39 (patch) | |
tree | a8930ec6cd7d048be260866c4977b4d608d0f0e6 /src/mesa/main/vtxfmt.h | |
parent | d8aa0269cdadba1608522287bcb3b446c5848c09 (diff) |
Clean up install, restore for exec vtxfmts.
Diffstat (limited to 'src/mesa/main/vtxfmt.h')
-rw-r--r-- | src/mesa/main/vtxfmt.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/main/vtxfmt.h b/src/mesa/main/vtxfmt.h index af80ada7a4c..945457ebd73 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 |