disabled glXGetProcAddress code

This commit is contained in:
Brian Paul
1999-10-27 09:50:10 +00:00
parent 38a811057d
commit 4a867fcbf5
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
/* $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
@@ -1518,6 +1518,7 @@ GLboolean Fake_glXSet3DfxModeMESA( GLint mode )
#if 0
/*GLfunction Fake_glXGetProcAddress( const GLubyte *procName )*/
void (*Fake_glXGetProcAddress( const GLubyte *procName ))()
{
@@ -1550,3 +1551,4 @@ void (*Fake_glXGetProcAddress( const GLubyte *procName ))()
return NULL;
}
#endif

View File

@@ -1,4 +1,4 @@
/* $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
@@ -419,7 +419,7 @@ GLboolean glXSet3DfxModeMESA( GLint mode )
#ifdef GLX_EXT_get_proc_address
#if 0 /* spec for this not finalized yet */
void (*glXGetProcAddressEXT( const GLubyte *procName ))()
{
#ifdef REALGLX