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
@@ -32,7 +32,7 @@
////// GLFW internal API //////
//////////////////////////////////////////////////////////////////////////
int _glfwCreateContextTLS(void)
GLFWbool _glfwCreateContextTLS(void)
{
_glfw.win32_tls.context = TlsAlloc();
if (_glfw.win32_tls.context == TLS_OUT_OF_INDEXES)