Use more GLFWbool

This commit is contained in:
Camilla Berglund
2015-11-05 08:58:40 +01:00
parent 4c06426d46
commit 5006ef3f56
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -506,7 +506,7 @@ GLFWbool _glfwIsValidContext(const _GLFWctxconfig* ctxconfig)
return GLFW_TRUE;
}
int _glfwStringInExtensionString(const char* string, const char* extensions)
GLFWbool _glfwStringInExtensionString(const char* string, const char* extensions)
{
const char* start = extensions;