mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Added support for multithreaded use of Xlib.
This commit is contained in:
committed by
Camilla Berglund
parent
cd37da470f
commit
3d6221c490
@@ -634,6 +634,8 @@ static void terminateDisplay(void)
|
||||
|
||||
int _glfwPlatformInit(void)
|
||||
{
|
||||
XInitThreads();
|
||||
|
||||
if (!initDisplay())
|
||||
return GL_FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user