fix loading of GLcore after recent loading changes

This commit is contained in:
Dave Airlie 2007-03-27 11:00:13 +10:00
parent 92ba435bd9
commit d387a3ddf7

View File

@ -95,7 +95,7 @@ __glXMesaProxyScreenProbe(ScreenPtr pScreen)
static __GLXprovider *provider; static __GLXprovider *provider;
if (provider == NULL) { if (provider == NULL) {
GLcore = LoadSubModuleLocal(glxModule, "GLcore", NULL, NULL, NULL, NULL, GLcore = LoadSubModule(glxModule, "GLcore", NULL, NULL, NULL, NULL,
NULL, NULL); NULL, NULL);
if (GLcore == NULL) if (GLcore == NULL)
return NULL; return NULL;