summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-09-21 17:23:30 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-09-21 17:23:30 +0000
commit38112f5b60e50cf8ba4cae18034c5ddc90bb2c12 (patch)
treec59b45618e4e188a353f977208ecb23b780716fd /include
parent80d58556922d466620facd5917ada4d3cad612b2 (diff)
added __glCoreCreateContext and __glCoreNopDispatch
Diffstat (limited to 'include')
-rw-r--r--include/GL/gl_mangle.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/GL/gl_mangle.h b/include/GL/gl_mangle.h
index f801b716c54..e867f49df02 100644
--- 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