glx: fix forgotten swrast -> SWRast

This commit is contained in:
George Sapountzis 2008-05-23 22:39:09 +03:00
parent 877e6c35ff
commit 21a8052fdc
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
** Stubs to satisfy miinitext.c references.
*/
typedef int __GLXprovider;
__GLXprovider __glXDRIswrastProvider;
__GLXprovider __glXDRISWRastProvider;
void GlxPushProvider(__GLXprovider *provider) { }
/*

View File

@ -85,7 +85,7 @@ glxSetup(pointer module, pointer opts, int *errmaj, int *errmin)
setupDone = TRUE;
provider = LoaderSymbol("__glXDRIswrastProvider");
provider = LoaderSymbol("__glXDRISWRastProvider");
if (provider == NULL)
return NULL;
GlxPushProvider(provider);