mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-27 06:39:22 +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