mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Use GLFWbool for TLS functions
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ typedef struct _GLFWtlsPOSIX
|
||||
} _GLFWtlsPOSIX;
|
||||
|
||||
|
||||
int _glfwCreateContextTLS(void);
|
||||
GLFWbool _glfwCreateContextTLS(void);
|
||||
void _glfwDestroyContextTLS(void);
|
||||
void _glfwSetContextTLS(_GLFWwindow* context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user