Bug 1197387 - Use glXGetProcAddress to link against GLX_ARB_create_context_robustness. r=jgilbert

This commit is contained in:
Andrew Comminos 2015-08-21 17:46:40 -04:00
parent b001c876bc
commit 565c6a670c

View File

@ -237,7 +237,9 @@ GLXLibrary::EnsureInitialized()
}
if (HasExtension(extensionsStr, "GLX_ARB_create_context_robustness") &&
GLLibraryLoader::LoadSymbols(mOGLLibrary, symbols_robustness)) {
GLLibraryLoader::LoadSymbols(mOGLLibrary, symbols_robustness,
(GLLibraryLoader::PlatformLookupFunction)&xGetProcAddress))
{
mHasRobustness = true;
}