mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Rename thread source files
This to reflect that they now contain more than TLS.
This commit is contained in:
+2
-2
@@ -495,7 +495,7 @@ struct _GLFWjoystick
|
||||
*/
|
||||
struct _GLFWtls
|
||||
{
|
||||
// This is defined in the platform's tls.h
|
||||
// This is defined in the platform's thread.h
|
||||
_GLFW_PLATFORM_TLS_STATE;
|
||||
};
|
||||
|
||||
@@ -503,7 +503,7 @@ struct _GLFWtls
|
||||
*/
|
||||
struct _GLFWmutex
|
||||
{
|
||||
// This is defined in the platform's tls.h
|
||||
// This is defined in the platform's thread.h
|
||||
_GLFW_PLATFORM_MUTEX_STATE;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user