aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/Rect.h
Commit message (Collapse)AuthorAgeFilesLines
* Use operator overloading for comparisonPierre Ossman2023-02-041-2/+4
| | | | | It is much more natural than custom methods for this very common operation.
* Warn if Point/Rect/Region methods are used wrongPierre Ossman2023-02-041-6/+18
| | | | | | 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.
* Make Rect::area() signed, just like Rect::width()/height()Pierre Ossman2015-03-031-1/+1
| | | | Makes it more sane what type to use when interacting with this class.
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+116
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@589 3789f03b-4d11-0410-bbf8-ca57d06f2519