mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05:00
Fixed typo in function declaration.
This commit is contained in:
parent
81144bb969
commit
f0212f3f15
|
@ -42,7 +42,7 @@ typedef struct _GLFWtlsPOSIX
|
|||
} _GLFWtlsPOSIX;
|
||||
|
||||
|
||||
int _glfCreateContextTLS(void);
|
||||
int _glfwCreateContextTLS(void);
|
||||
void _glfwDestroyContextTLS(void);
|
||||
void _glfwSetContextTLS(_GLFWwindow* context);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user