mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
fix loading of GLcore after recent loading changes
This commit is contained in:
@@ -95,8 +95,8 @@ __glXMesaProxyScreenProbe(ScreenPtr pScreen)
|
||||
static __GLXprovider *provider;
|
||||
|
||||
if (provider == NULL) {
|
||||
GLcore = LoadSubModuleLocal(glxModule, "GLcore", NULL, NULL, NULL, NULL,
|
||||
NULL, NULL);
|
||||
GLcore = LoadSubModule(glxModule, "GLcore", NULL, NULL, NULL, NULL,
|
||||
NULL, NULL);
|
||||
if (GLcore == NULL)
|
||||
return NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user