Fixed Wayland linker error

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

View File

@ -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;