mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added window hiding before thrd_join.
This commit is contained in:
parent
4a8f6ba58c
commit
df1c895076
@ -124,6 +124,9 @@ int main(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (i = 0; i < count; i++)
|
||||||
|
glfwHideWindow(threads[i].window);
|
||||||
|
|
||||||
for (i = 0; i < count; i++)
|
for (i = 0; i < count; i++)
|
||||||
thrd_join(threads[i].id, &result);
|
thrd_join(threads[i].id, &result);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user