* expose the XOR function for BRegions (for now called "ExclusiveInclude")

which already existed in the region backend ported from XOrg


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23394 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-01-11 13:42:21 +00:00
parent dc935a5aa9
commit 374b5544a9
2 changed files with 21 additions and 1 deletions
+2
View File
@@ -66,6 +66,8 @@ class BRegion {
void IntersectWith(const BRegion* region);
void ExclusiveInclude(const BRegion* region);
private:
friend class BDirectWindow;
friend class BPrivate::ServerLink;