mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 21:13:50 +00:00
parent
8c3d2f769f
commit
9724f33038
@ -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