hackathon-dev #1

Merged
amy merged 101 commits from hackathon-dev into develop 2019-12-12 13:56:11 -07:00
Showing only changes of commit c97b0f7194 - Show all commits

View File

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