projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74eeb37
)
added GLU_INCOMPATIBLE_GL_VERSION
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 6 Feb 2004 01:17:30 +0000
(
01:17
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 6 Feb 2004 01:17:30 +0000
(
01:17
+0000)
include/GL/glu.h
patch
|
blob
|
history
diff --git
a/include/GL/glu.h
b/include/GL/glu.h
index 99515dcc37384ad721537ae87eb9bfe1d6e09967..c0bac75a8ccfad43a72d9a6bcf2e8a266f91d6ef 100644
(file)
--- 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 */