mirror of
https://github.com/glfw/glfw.git
synced 2025-10-02 21:00:57 +00:00
update stub
This commit is contained in:
parent
377054de3f
commit
4d076583b2
@ -978,12 +978,9 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
|
||||
} // autoreleasepool
|
||||
}
|
||||
|
||||
void _glfwPlatformGetWindowTitle(_GLFWwindow* window)
|
||||
char* _glfwPlatformGetWindowTitle(_GLFWwindow* window)
|
||||
{
|
||||
// TODO: This is UNTESTED
|
||||
@autoreleasepool {
|
||||
return window->ns.object.title;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title)
|
||||
|
Loading…
Reference in New Issue
Block a user