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());
|
||||
reg.IntersectWith(&screenReg);
|
||||
|
||||
|
||||
/*
|
||||
// 3) impose user constrained regions
|
||||
DrawState *stackData = fDrawState;
|
||||
while (stackData) {
|
||||
@@ -1380,7 +1380,7 @@ Layer::GetWantedRegion(BRegion ®)
|
||||
reg.IntersectWith(stackData->ClippingRegion());
|
||||
}
|
||||
stackData = stackData->PreviousState();
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user