unlock the application after calling Quit(): this fixes #3188. Not sure it's the best fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28801 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2008-12-11 22:54:04 +00:00
parent cf44fcdb52
commit 6bee3c14b5
+1
View File
@@ -330,6 +330,7 @@ __glutDestroyAllWindows()
}
gState.display->Lock();
gState.display->Quit();
gState.display->Unlock();
status_t ignored;
wait_for_thread(gState.appthread, &ignored);