mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Fixed typo in function declaration.
This commit is contained in:
parent
81144bb969
commit
f0212f3f15
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user