diff --git a/src/wl_window.c b/src/wl_window.c index 5c9158f2..dd00d5d3 100644 --- a/src/wl_window.c +++ b/src/wl_window.c @@ -1902,7 +1902,7 @@ void _glfwSetWindowIconWayland(_GLFWwindow* window, "Wayland: The platform does not support setting the window icon"); } -void _glfwSetWindowTaskbarProgress(_GLFWwindow* window, const int taskbarState, int completed) +void _glfwSetWindowTaskbarProgressWayland(_GLFWwindow* window, const int taskbarState, int completed) { (void)window;