| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -420,10 +420,14 @@ void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor, int* xpos, int* ypos | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    NSRect frameRect = [[NSScreen resultScreen] visibleFrame]; | 
					 | 
					 | 
					 | 
					    NSRect frameRect = [[NSScreen resultScreen] visibleFrame]; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    *xpos = NSMinX(frameRect); | 
					 | 
					 | 
					 | 
					    if (xpos) | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    *ypos = NSMinY(frameRect); | 
					 | 
					 | 
					 | 
					        *xpos = NSMinX(frameRect); | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    *width = NSMaxX(frameRect); | 
					 | 
					 | 
					 | 
					    if (ypos) | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    *height = NSMaxY(frameRect); | 
					 | 
					 | 
					 | 
					        *ypos = NSMinY(frameRect); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    if (width) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					        *width = NSWidth(frameRect); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    if (height) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					        *height = NSHeight(frameRect); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					} | 
					 | 
					 | 
					 | 
					} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count) | 
					 | 
					 | 
					 | 
					GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count) | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |