summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-11-09 22:01:02 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-11-09 22:01:02 +0000
commitc32fe22168f9879d8f91e3bb65750821639f5bc7 (patch)
tree7d804ab91c61990105fd36a2f3d233b284232289 /include
parent853a4abab2c1fa16c5bdacdb9b904588f6b0173b (diff)
added GLX 1.4 function manglers
Diffstat (limited to 'include')
-rw-r--r--include/GL/glx_mangle.h27
1 files changed, 6 insertions, 21 deletions
diff --git a/include/GL/glx_mangle.h b/include/GL/glx_mangle.h
index e246801f78c..da96d2003fe 100644
--- a/include/GL/glx_mangle.h
+++ b/include/GL/glx_mangle.h
@@ -1,8 +1,8 @@
-/* $Id: glx_mangle.h,v 1.1 1999/08/19 00:55:40 jtg Exp $ */
+/* $Id: glx_mangle.h,v 1.2 2001/11/09 22:01:02 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.0
+ * Version: 4.1
* Copyright (C) 1995-1998 Brian Paul
*
* This library is free software; you can redistribute it and/or
@@ -21,25 +21,6 @@
*/
-/*
- * $Log: glx_mangle.h,v $
- * Revision 1.1 1999/08/19 00:55:40 jtg
- * Initial revision
- *
- * Revision 3.3 1999/06/21 22:01:00 brianp
- * added #ifndef GLX_MANGLE_H stuff, video sync extension functions
- *
- * Revision 3.2 1998/03/26 02:44:53 brianp
- * removed ^M characters
- *
- * Revision 3.1 1998/03/17 02:41:19 brianp
- * updated by Randy Frank
- *
- * Revision 3.0 1998/02/20 05:04:45 brianp
- * initial rev
- *
- */
-
#ifndef GLX_MANGLE_H
#define GLX_MANGLE_H
@@ -69,4 +50,8 @@
#define glXGetVideoSyncSGI mglXGetVideoSyncSGI
#define glXWaitVideoSyncSGI mglXWaitVideoSyncSGI
+/* GLX 1.4 */
+#define glXGetProcAddress mglXGetProcAddress
+
+
#endif