mirror of
				https://github.com/glfw/glfw.git
				synced 2025-11-04 06:15:07 +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");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
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");
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user