mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 22:32:50 +00:00
Added window hiding before thrd_join.
This commit is contained in:
@@ -124,6 +124,9 @@ int main(void)
|
||||
}
|
||||
}
|
||||
|
||||
for (i = 0; i < count; i++)
|
||||
glfwHideWindow(threads[i].window);
|
||||
|
||||
for (i = 0; i < count; i++)
|
||||
thrd_join(threads[i].id, &result);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user