fixed build error in rect
This commit is contained in:
		
							parent
							
								
									4bef88aecc
								
							
						
					
					
						commit
						c97b0f7194
					
				@ -37,7 +37,7 @@ BOOL G_offset_rect(PRECT rect, int dx, int dy)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
BOOL G_is_rect_empty(PCRECT rect)
 | 
					BOOL G_is_rect_empty(PCRECT rect)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	return (rect->right <= rect.left) || (rect->bottom <= rect.top);
 | 
						return (rect->right <= rect->left) || (rect->bottom <= rect->top);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
BOOL G_point_in_rect(PCRECT rect, PCPOINT pt)
 | 
					BOOL G_point_in_rect(PCRECT rect, PCPOINT pt)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user