mirror of
https://github.com/glfw/glfw.git
synced 2024-11-26 14:24:35 +00:00
Formatting
This commit is contained in:
parent
a875a536b7
commit
506a6aafde
@ -964,7 +964,7 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
|
|||||||
} // autoreleasepool
|
} // autoreleasepool
|
||||||
}
|
}
|
||||||
|
|
||||||
void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char *title)
|
void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title)
|
||||||
{
|
{
|
||||||
@autoreleasepool {
|
@autoreleasepool {
|
||||||
NSString* string = @(title);
|
NSString* string = @(title);
|
||||||
|
Loading…
Reference in New Issue
Block a user