genode/repos/demo
Norman Feske c629c54153 Make util/geometry.h C++20 friendly
- Move header to base/include to make it applicable for base types
  like 'Affinity' down the road.
- Represent 'Rect' as typle of point and area, which is the most
  common form of initialization, creates in valid 'Rect' by default.
- Turn Point, Area, and Rect into compound types, making x, y, w, h, at,
  area accessible without a method call
- 'Rect::Compound' function for constructing a 'Rect' from two points,
  replacing a former constructor
- Use result type 'Rect::Cut_remainder' instead of out parameters.

Fixes #5239
2024-06-20 12:54:30 +02:00
..
doc demo: update tutorial text 2024-05-29 09:18:12 +02:00
include Make util/geometry.h C++20 friendly 2024-06-20 12:54:30 +02:00
lib demo: remove use of format strings from mini_c lib 2023-03-13 14:32:53 +01:00
recipes depot: update recipe hashes 2024-05-30 08:20:21 +02:00
src Make util/geometry.h C++20 friendly 2024-06-20 12:54:30 +02:00