no longer valid with new way of setting user clipping
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14881 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1372,7 +1372,7 @@ Layer::GetWantedRegion(BRegion ®)
|
|||||||
BRegion screenReg(GetRootLayer()->Bounds());
|
BRegion screenReg(GetRootLayer()->Bounds());
|
||||||
reg.IntersectWith(&screenReg);
|
reg.IntersectWith(&screenReg);
|
||||||
|
|
||||||
|
/*
|
||||||
// 3) impose user constrained regions
|
// 3) impose user constrained regions
|
||||||
DrawState *stackData = fDrawState;
|
DrawState *stackData = fDrawState;
|
||||||
while (stackData) {
|
while (stackData) {
|
||||||
@@ -1380,7 +1380,7 @@ Layer::GetWantedRegion(BRegion ®)
|
|||||||
reg.IntersectWith(stackData->ClippingRegion());
|
reg.IntersectWith(stackData->ClippingRegion());
|
||||||
}
|
}
|
||||||
stackData = stackData->PreviousState();
|
stackData = stackData->PreviousState();
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user