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");