summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-02-05 15:23:12 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-02-05 15:23:12 +0000
commitc2f739169efed62cb3a1f80a02e9afa9da7092dc (patch)
treebc72f1f43d69fd8484e5ae2240db9026ff69d207 /include/GL/gl.h
parente2e9dc221d4f091b26713169dabfd43a3d8a635c (diff)
update function mangling and add comment about it to gl.h
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index b1cbb0e530..9bab8c51e2 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -1,6 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 6.0
+ * Version: 6.1
*
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
@@ -2223,6 +2223,13 @@ typedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEATIPROC) (GLenum modeRGB, GLen
#endif /* GL_ATI_blend_equation_separate */
+/**
+ ** NOTE!!!!! If you add new functions to this file, or update
+ ** glext.h be sure to regenerate the gl_mangle.h file. See comments
+ ** in that file for details.
+ **/
+
+
/**********************************************************************
* Begin system-specific stuff
*/