projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80d5855
)
added __glCoreCreateContext and __glCoreNopDispatch
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 21 Sep 2001 17:23:30 +0000
(17:23 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 21 Sep 2001 17:23:30 +0000
(17:23 +0000)
include/GL/gl_mangle.h
patch
|
blob
|
history
diff --git
a/include/GL/gl_mangle.h
b/include/GL/gl_mangle.h
index f801b716c549913fdda5921aa615bb1efde90cb0..e867f49df027f72382fbde759b73b4411443722e 100644
(file)
--- a/
include/GL/gl_mangle.h
+++ b/
include/GL/gl_mangle.h
@@
-1,4
+1,4
@@
-/* $Id: gl_mangle.h,v 1.
6 2001/04/19 22:33:03
brianp Exp $ */
+/* $Id: gl_mangle.h,v 1.
7 2001/09/21 17:23:30
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-676,4
+676,10
@@
#define glSecondaryColor3usEXT mglSecondaryColor3usEXT
#define glSecondaryColor3sEXT mglSecondaryColor3sEXT
+
+/* Internal symbols which may collide with other OpenGL implementations. */
+#define __glCoreCreateContext __mglCoreCreateContext
+#define __glCoreNopDispatch __mglCoreNopDispatch
+
+
#endif