diff options
author | Brian Paul <[email protected]> | 2001-03-22 04:56:50 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-03-22 04:56:50 +0000 |
commit | a13df148df3b663fe5ccd9a2dce1925a9cf84093 (patch) | |
tree | 05a2ef7cdb445551534eb3b11c9f99797eb3d670 /include | |
parent | 1a59875367b4e38710b37422143efb702b0b1420 (diff) |
minor comment update
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/gl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index 46ff10f6f14..5d95b912a45 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -1,4 +1,4 @@ -/* $Id: gl.h,v 1.52 2001/03/21 16:00:17 brianp Exp $ */ +/* $Id: gl.h,v 1.53 2001/03/22 04:56:50 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -745,7 +745,7 @@ typedef double GLclampd; /* double precision float in [0,1] */ /* - * OpenGL 1.2 imaging subset (NOT IMPLEMENTED BY MESA) + * OpenGL 1.2 imaging subset */ /* GL_EXT_color_table */ #define GL_COLOR_TABLE 0x80D0 |