mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 21:56:36 +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
|
* @ingroup native
|
||||||
*/
|
*/
|
||||||
const char* const* glfwGetCocoaOpenedFilenames(void);
|
const char* const* glfwGetOpenedFilenames(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(GLFW_EXPOSE_NATIVE_NSGL)
|
#if defined(GLFW_EXPOSE_NATIVE_NSGL)
|
||||||
|
@ -623,7 +623,7 @@ const char* _glfwPlatformGetVersionString(void)
|
|||||||
////// GLFW native API //////
|
////// GLFW native API //////
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
const char* const* glfwGetCocoaOpenedFilenames(void)
|
const char* const* glfwGetOpenedFilenames(void)
|
||||||
{
|
{
|
||||||
return (const char* const*) _glfw.ns.openedFilenames;
|
return (const char* const*) _glfw.ns.openedFilenames;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user