diff options
author | Brian Paul <[email protected]> | 2004-02-05 15:23:12 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-02-05 15:23:12 +0000 |
commit | c2f739169efed62cb3a1f80a02e9afa9da7092dc (patch) | |
tree | bc72f1f43d69fd8484e5ae2240db9026ff69d207 /include/GL/gl.h | |
parent | e2e9dc221d4f091b26713169dabfd43a3d8a635c (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.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index b1cbb0e530c..9bab8c51e28 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 */ |