commit | 9854463f16a3b98c55494e40f909d3b1f5f39192 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Jan 12 07:58:18 2023 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Sat Feb 04 14:03:13 2023 +0100 |
tree | 127f2b0ba740413a43e97987c4374cab75f953ab | |
parent | 192a7bec9660663733bf9fcb9038b385fb1187df [diff] |
Warn if Point/Rect/Region methods are used wrong It is easy to get confused if these methods modify the existing object, or return a new one. So let's mark the return value as critical so the compiler can help out if someone gets it wrong.