Fixed Cocoa linker error

This commit is contained in:
GamesTrap 2023-02-03 23:35:29 +01:00
parent efac372213
commit fb6826c934
No known key found for this signature in database
GPG Key ID: 31DFD452434ECDA3

View File

@ -1032,7 +1032,7 @@ void _glfwSetWindowIconCocoa(_GLFWwindow* window,
"Cocoa: Regular windows do not have icons on macOS"); "Cocoa: Regular windows do not have icons on macOS");
} }
void _glfwSetWindowTaskbarProgress(_GLFWwindow* window, const int progressState, int completed) void _glfwSetWindowTaskbarProgressCocoa(_GLFWwindow* window, const int progressState, int completed)
{ {
_glfwInputError(GLFW_FEATURE_UNIMPLEMENTED, _glfwInputError(GLFW_FEATURE_UNIMPLEMENTED,
"Cocoa: Window taskbar progress is not implemented"); "Cocoa: Window taskbar progress is not implemented");