mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 13:20:58 +00:00
Rename glfwGetCocoaOpenedFilenames() to glfwGetOpenedFilenames()
This commit is contained in:
parent
ccd95a8948
commit
0fb001cf43
@ -228,7 +228,7 @@ GLFWAPI id glfwGetCocoaWindow(GLFWwindow* window);
|
||||
*
|
||||
* @ingroup native
|
||||
*/
|
||||
const char* const* glfwGetCocoaOpenedFilenames(void);
|
||||
const char* const* glfwGetOpenedFilenames(void);
|
||||
#endif
|
||||
|
||||
#if defined(GLFW_EXPOSE_NATIVE_NSGL)
|
||||
|
@ -623,7 +623,7 @@ const char* _glfwPlatformGetVersionString(void)
|
||||
////// GLFW native API //////
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
const char* const* glfwGetCocoaOpenedFilenames(void)
|
||||
const char* const* glfwGetOpenedFilenames(void)
|
||||
{
|
||||
return (const char* const*) _glfw.ns.openedFilenames;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user