mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Fixed Cocoa linker error
This commit is contained in:
parent
efac372213
commit
fb6826c934
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user