diff options
author | Brian Paul <[email protected]> | 2001-11-09 21:54:05 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-11-09 21:54:05 +0000 |
commit | f46ce82219866a5a3fdd38f5d56e4e32f4a01611 (patch) | |
tree | 0527a343be5a53fb0e567f63069283c90e079b7b /include/GL | |
parent | 4256cf0175da66d8ed5004d682feaa40934f9f5f (diff) |
define GL_VERSION_1_3 (doh!)
Diffstat (limited to 'include/GL')
-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 f4cc2a80fa1..b437e44b5bf 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -1,4 +1,4 @@ -/* $Id: gl.h,v 1.59 2001/09/23 16:06:13 brianp Exp $ */ +/* $Id: gl.h,v 1.59.2.1 2001/11/09 21:54:05 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -84,7 +84,7 @@ extern "C" { #define GL_VERSION_1_1 1 #define GL_VERSION_1_2 1 -/*#define GL_VERSION_1_3 1 not yet */ +#define GL_VERSION_1_3 1 #define GL_ARB_imaging 1 |