Patch by Brecht Machiels: Add operator==() to BRegion. Thanks a lot!

Also fixed some coding style inconsistency.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29849 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-04-01 12:39:44 +00:00
parent bfc1a92f88
commit ac754ba0a2
2 changed files with 33 additions and 14 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ class BRegion {
BRegion(const BRect rect);
virtual ~BRegion();
BRegion &operator=(const BRegion &from);
BRegion& operator=(const BRegion& from);
bool operator==(const BRegion& other) const;
void Set(BRect newBounds);
void Set(clipping_rect newBounds);