mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
7299d1c875
Remembering the order of the corners in the RoundRect is difficult, which suggest that RoundRect should be a struct with named fields. Do that, and make Rect the special case where corner radii are all zero. Signed-off-by: Elias Naur <mail@eliasnaur.com>