mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Clarified context TLS function names.
This commit is contained in:
+3
-3
@@ -41,8 +41,8 @@ typedef struct _GLFWtlsWin32
|
||||
} _GLFWtlsWin32;
|
||||
|
||||
|
||||
int _glfwInitTLS(void);
|
||||
void _glfwTerminateTLS(void);
|
||||
void _glfwSetCurrentContext(_GLFWwindow* context);
|
||||
int _glfwCreateContextTLS(void);
|
||||
void _glfwDestroyContextTLS(void);
|
||||
void _glfwSetContextTLS(_GLFWwindow* context);
|
||||
|
||||
#endif // _win32_tls_h_
|
||||
|
||||
Reference in New Issue
Block a user