mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-28 15:13:53 +00:00
88dc4c878f
The operators == and != make the 'Rect' consistent with 'Point' and 'Area'. The patch also adds the 'Rect::clamp' method, which is generally useful for sanitizing input. Issue #5352