projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7c137b
)
Add GL_CORE_WINDOWS define to glcore.h
author
George Sapountzis
<gsap7@yahoo.gr>
Tue, 25 Sep 2007 09:49:29 +0000
(12:49 +0300)
committer
George Sapountzis
<gsap7@yahoo.gr>
Sun, 14 Oct 2007 17:11:00 +0000
(20:11 +0300)
This is for consistency with glproto. The GL_CORE defines should probably be
dropped.
----
Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
Date: Mon Jun 21 13:35:05 2004 +0000
Bug 782: Merge native OpenGL for Windows from CYGWIN branch
include/GL/internal/glcore.h
patch
|
blob
|
history
diff --git
a/include/GL/internal/glcore.h
b/include/GL/internal/glcore.h
index fc0aaf3d5e8c8d24f153780eb73d6a067d9199a0..1bb63c1aee6d0fdbe3d1c6d4f3035815cef5cea5 100644
(file)
--- a/
include/GL/internal/glcore.h
+++ b/
include/GL/internal/glcore.h
@@
-41,6
+41,7
@@
#define GL_CORE_SGI 1
#define GL_CORE_MESA 2
#define GL_CORE_APPLE 4
+#define GL_CORE_WINDOWS 8
typedef struct __GLcontextRec __GLcontext;