summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-11-09 21:54:30 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-11-09 21:54:30 +0000
commitfe9b705a2c420d921e2acdd0f581fe4d71aeb593 (patch)
tree2608292158cb664b1dd95899b47c396bda1bba85 /include/GL/gl.h
parent4b7ccad6829d11c07f1ceac3b3d12f8aec9e640b (diff)
define GL_VERSION_1_3 (doh!)
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index f4cc2a80fa1..93c3dc44317 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.60 2001/11/09 21:54:30 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