From fb6826c9341e2a97f4128218f37886512574b0aa Mon Sep 17 00:00:00 2001 From: GamesTrap Date: Fri, 3 Feb 2023 23:35:29 +0100 Subject: [PATCH] Fixed Cocoa linker error --- src/cocoa_window.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cocoa_window.m b/src/cocoa_window.m index 60bebbed..76d84c14 100644 --- a/src/cocoa_window.m +++ b/src/cocoa_window.m @@ -1032,7 +1032,7 @@ void _glfwSetWindowIconCocoa(_GLFWwindow* window, "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, "Cocoa: Window taskbar progress is not implemented");