Fix glfwMakeContextCurrent using uninitialized TLS

Issue reported by danhambleton on the GLFW forum:
https://discourse.glfw.org/t/posix-thread-local-storage-tls-error-when-making-context-current/2034

(cherry picked from commit f843d53333)
This commit is contained in:
Camilla Löwy
2022-04-08 18:22:39 +02:00
parent 05422e2824
commit 4143d96228
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ video tutorials.
- Noel Cower
- CuriouserThing
- Jason Daly
- danhambleton
- Jarrod Davis
- Olivier Delannoy
- Paul R. Deppe