Use GLFWbool for TLS functions

This commit is contained in:
Camilla Berglund
2015-10-28 14:51:47 +01:00
parent cdf08c1ff3
commit 25878d68e0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ typedef struct _GLFWtlsPOSIX
} _GLFWtlsPOSIX;
int _glfwCreateContextTLS(void);
GLFWbool _glfwCreateContextTLS(void);
void _glfwDestroyContextTLS(void);
void _glfwSetContextTLS(_GLFWwindow* context);