-/* $Id: fakeglx.c,v 1.11 1999/10/16 11:32:15 brianp Exp $ */
+/* $Id: fakeglx.c,v 1.12 1999/10/27 09:50:10 brianp Exp $ */
/*
* Mesa 3-D graphics library
+#if 0
/*GLfunction Fake_glXGetProcAddress( const GLubyte *procName )*/
void (*Fake_glXGetProcAddress( const GLubyte *procName ))()
{
return NULL;
}
+#endif
-/* $Id: glxapi.c,v 1.3 1999/09/16 15:54:21 brianp Exp $ */
+/* $Id: glxapi.c,v 1.4 1999/10/27 09:50:10 brianp Exp $ */
/*
* Mesa 3-D graphics library
-#ifdef GLX_EXT_get_proc_address
+#if 0 /* spec for this not finalized yet */
void (*glXGetProcAddressEXT( const GLubyte *procName ))()
{
#ifdef REALGLX