зеркало из https://github.com/mozilla/pjs.git
Remove non-working remnant of support for GLX versions less than 1.3. (Bug 605992) r=bjacob a2.0=joedrew
This commit is contained in:
Родитель
9adbde731b
Коммит
2c042ae928
|
@ -184,18 +184,11 @@ public:
|
|||
TRY_AGAIN_NO_SHARING:
|
||||
oldHandler = XSetErrorHandler(&ctxErrorHandler);
|
||||
|
||||
if (gGLXVersion >= 0x0103) {
|
||||
context = sGLXLibrary.xCreateNewContext(display,
|
||||
cfg,
|
||||
GLX_RGBA_TYPE,
|
||||
shareContext ? shareContext->mContext : NULL,
|
||||
True);
|
||||
} else {
|
||||
context = sGLXLibrary.xCreateContext(display,
|
||||
vinfo,
|
||||
shareContext ? shareContext->mContext : NULL,
|
||||
True);
|
||||
}
|
||||
context = sGLXLibrary.xCreateNewContext(display,
|
||||
cfg,
|
||||
GLX_RGBA_TYPE,
|
||||
shareContext ? shareContext->mContext : NULL,
|
||||
True);
|
||||
|
||||
XSync(display, False);
|
||||
XSetErrorHandler(oldHandler);
|
||||
|
|
Загрузка…
Ссылка в новой задаче