summaryrefslogtreecommitdiff
path: root/src/mesa/main/vtxfmt.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-02-24 02:47:05 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-02-24 02:47:05 +0000
commit0f1e19c03cdf5bd8a7c3db59cf395a0833ab0173 (patch)
treef9ec42a8c1814fa5029ddd2ab6cdc0bd9799bd62 /src/mesa/main/vtxfmt.h
parentffa7eff9ff459060364f0ed93865351f7fc15035 (diff)
added some const keywords
Diffstat (limited to 'src/mesa/main/vtxfmt.h')
-rw-r--r--src/mesa/main/vtxfmt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/main/vtxfmt.h b/src/mesa/main/vtxfmt.h
index 310f157b5e..76f108e023 100644
--- a/src/mesa/main/vtxfmt.h
+++ b/src/mesa/main/vtxfmt.h
@@ -7,9 +7,9 @@
/*
* Mesa 3-D graphics library
- * Version: 4.1
+ * Version: 6.1
*
- * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -35,8 +35,8 @@
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_install_exec_vtxfmt( GLcontext *ctx, const GLvertexformat *vfmt );
+extern void _mesa_install_save_vtxfmt( GLcontext *ctx, const GLvertexformat *vfmt );
extern void _mesa_restore_exec_vtxfmt( GLcontext *ctx );