forked from joejulian/gio
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>