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