]> source.dussan.org Git - tigervnc.git/commit
Warn if Point/Rect/Region methods are used wrong
authorPierre Ossman <ossman@cendio.se>
Thu, 12 Jan 2023 06:58:18 +0000 (07:58 +0100)
committerPierre Ossman <ossman@cendio.se>
Sat, 4 Feb 2023 13:03:13 +0000 (14:03 +0100)
commit9854463f16a3b98c55494e40f909d3b1f5f39192
tree127f2b0ba740413a43e97987c4374cab75f953ab
parent192a7bec9660663733bf9fcb9038b385fb1187df
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.
common/rfb/Rect.h
common/rfb/Region.h