зеркало из https://github.com/mozilla/gecko-dev.git
b=929506; call wglMakeCurrent before Init to get lookup working; r=bjacob
This commit is contained in:
Родитель
bff1f38394
Коммит
88d100acfb
|
@ -320,6 +320,10 @@ public:
|
|||
if (!mDC || !mContext)
|
||||
return false;
|
||||
|
||||
// see bug 929506 comment 29. wglGetProcAddress requires a current context.
|
||||
if (!sWGLLib[mLibType].fMakeCurrent(mDC, mContext))
|
||||
return false;
|
||||
|
||||
SetupLookupFunction();
|
||||
if (!InitWithPrefix("gl", true))
|
||||
return false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче