fn merge_rects(lhs: Rect, rhs: Rect) -> Rect
Expand description

Merge two glutin::surface::Rect by producing the smallest rectangle that contains both.