Don't use gfxXlibSurface in GLContextGLX.

This commit is contained in:
Moonchild 2022-08-31 11:46:12 +00:00 committed by roytam1
commit 612a363977
3 changed files with 31 additions and 39 deletions

View file

@ -731,8 +731,7 @@ public:
false,
mXDisplay,
root,
config,
false);
config);
if (!mGLContext) {
lock.NotifyAll();