summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-02-06 01:17:30 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-02-06 01:17:30 +0000
commitb4d83c4a02aaff4f2cd68d983f4e76a268684bfb (patch)
treefe4039c54d5e8f6328819df3af2abf7c31ad411d /include
parent285f43f8e103f92721f0caec866aefe03c2a207e (diff)
downloadglu-b4d83c4a02aaff4f2cd68d983f4e76a268684bfb.tar.gz
added GLU_INCOMPATIBLE_GL_VERSION
Diffstat (limited to 'include')
-rw-r--r--include/GL/glu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h
index 99515dc..c0bac75 100644
--- a/include/GL/glu.h
+++ b/include/GL/glu.h
@@ -75,6 +75,7 @@ extern "C" {
#define GLU_INVALID_ENUM 100900
#define GLU_INVALID_VALUE 100901
#define GLU_OUT_OF_MEMORY 100902
+#define GLU_INCOMPATIBLE_GL_VERSION 100903
#define GLU_INVALID_OPERATION 100904
/* NurbsDisplay */