1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 10:48:51 -05:00

Fixed typo in function declaration.

This commit is contained in:
Camilla Berglund 2015-06-02 13:51:24 +02:00
parent 81144bb969
commit f0212f3f15

View File

@ -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);