summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-10-27 09:44:10 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-10-27 09:44:10 +0000
commit782ca03d6d3e8172961349dfb198e713ca1305ee (patch)
tree5d0056dfb56633cf92244ff378aa08e87a84cef5 /include
parentc7af1b0b94a190b284dde807b3d806dec8cc8ee7 (diff)
removed glXGetProcAddressEXT
Diffstat (limited to 'include')
-rw-r--r--include/GL/glx.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h
index e7576e741c..8743bc4a50 100644
--- a/include/GL/glx.h
+++ b/include/GL/glx.h
@@ -1,4 +1,4 @@
-/* $Id: glx.h,v 1.3 1999/09/16 15:52:51 brianp Exp $ */
+/* $Id: glx.h,v 1.4 1999/10/27 09:44:10 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -27,6 +27,9 @@
/*
* $Log: glx.h,v $
+ * Revision 1.4 1999/10/27 09:44:10 brianp
+ * removed glXGetProcAddressEXT
+ *
* Revision 1.3 1999/09/16 15:52:51 brianp
* added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddress
*
@@ -234,13 +237,6 @@ extern const char *glXGetClientString( Display *dpy, int name );
-/* GLX_EXT_get_proc_address */
-/* WARNING: this extension is not finalized yet! Do not release code
- * which uses this extension yet! It may change!
- */
-extern void (*glXGetProcAddressEXT(const GLubyte *procName))();
-
-
/* GLX_MESA_pixmap_colormap */
extern GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
Pixmap pixmap, Colormap cmap );