update stub

This commit is contained in:
Bayemite 2021-06-15 17:36:31 +10:00
parent 377054de3f
commit 4d076583b2

View File

@ -978,12 +978,9 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
} // autoreleasepool } // autoreleasepool
} }
void _glfwPlatformGetWindowTitle(_GLFWwindow* window) char* _glfwPlatformGetWindowTitle(_GLFWwindow* window)
{ {
// TODO: This is UNTESTED return NULL;
@autoreleasepool {
return window->ns.object.title;
}
} }
void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title)