mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
disabled glXGetProcAddress code
This commit is contained in:
parent
38a811057d
commit
4a867fcbf5
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue