mirror of
				https://github.com/glfw/glfw.git
				synced 2025-11-03 22:04:15 +00:00 
			
		
		
		
	Null: Remove duplicated function declaration
The declaration of _glfwRequestWindowAttentionNull was duplicated. Closes #2403
This commit is contained in:
		
							parent
							
								
									d9709904fe
								
							
						
					
					
						commit
						97820bc329
					
				@ -239,7 +239,6 @@ void _glfwSetRawMouseMotionNull(_GLFWwindow *window, GLFWbool enabled);
 | 
			
		||||
GLFWbool _glfwRawMouseMotionSupportedNull(void);
 | 
			
		||||
void _glfwShowWindowNull(_GLFWwindow* window);
 | 
			
		||||
void _glfwRequestWindowAttentionNull(_GLFWwindow* window);
 | 
			
		||||
void _glfwRequestWindowAttentionNull(_GLFWwindow* window);
 | 
			
		||||
void _glfwHideWindowNull(_GLFWwindow* window);
 | 
			
		||||
void _glfwFocusWindowNull(_GLFWwindow* window);
 | 
			
		||||
GLFWbool _glfwWindowFocusedNull(_GLFWwindow* window);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user