Add visible region to layerdata
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5059 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -54,6 +54,7 @@ public:
|
||||
prevState = NULL;
|
||||
clippPicture = NULL;
|
||||
clippInverse = false;
|
||||
fVisibleRegion = NULL;
|
||||
}
|
||||
~LayerData(void)
|
||||
{
|
||||
@@ -117,6 +118,7 @@ public:
|
||||
|
||||
ServerPicture *clippPicture;
|
||||
bool clippInverse;
|
||||
BRegion *fVisibleRegion;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user