typedef struct { GR_COORD x; GR_COORD y; GR_SIZE width; GR_SIZE height; } GR_RECT;
A GR_RECT structure defines the size and position of a rectangle.