mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 08:39:45 +00:00
Replace GL booleans with public macros
This commit is contained in:
+2
-2
@@ -38,10 +38,10 @@ int _glfwCreateContextTLS(void)
|
||||
{
|
||||
_glfwInputError(GLFW_PLATFORM_ERROR,
|
||||
"POSIX: Failed to create context TLS");
|
||||
return GL_FALSE;
|
||||
return GLFW_FALSE;
|
||||
}
|
||||
|
||||
return GL_TRUE;
|
||||
return GLFW_TRUE;
|
||||
}
|
||||
|
||||
void _glfwDestroyContextTLS(void)
|
||||
|
||||
Reference in New Issue
Block a user