Added support for multithreaded use of Xlib.

This commit is contained in:
Riku Salminen
2012-08-12 15:57:52 +02:00
committed by Camilla Berglund
parent cd37da470f
commit 3d6221c490
2 changed files with 73 additions and 66 deletions
+2
View File
@@ -634,6 +634,8 @@ static void terminateDisplay(void)
int _glfwPlatformInit(void)
{
XInitThreads();
if (!initDisplay())
return GL_FALSE;