Formatting

From upstream: 506a6aafde.
This commit is contained in:
Luflosi 2019-12-12 13:49:25 +01:00
parent 598a147500
commit aec9c31bca
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -1498,7 +1498,7 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
window->ns.object = nil;
}
void _glfwPlatformSetWindowTitle(_GLFWwindow* window UNUSED, const char *title)
void _glfwPlatformSetWindowTitle(_GLFWwindow* window UNUSED, const char* title)
{
NSString* string = @(title);
[window->ns.object setTitle:string];