mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 08:39:45 +00:00
Use more GLFWbool
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user