Tune parameter and fix a comment.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38518 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -51,7 +51,7 @@ GroupCookie::~GroupCookie()
|
||||
}
|
||||
|
||||
|
||||
const uint32 kExtentPenalty = 10;
|
||||
const uint32 kExtentPenalty = 25;
|
||||
|
||||
|
||||
void
|
||||
|
||||
@@ -121,13 +121,12 @@ public:
|
||||
|
||||
void Rewind();
|
||||
/*! Iterates over all areas in the group and return the windows in the
|
||||
areas. Within on area the windows are ordered by layer position. The
|
||||
bottommost window comes first. */
|
||||
areas. Within one area the windows are ordered by their layer position.
|
||||
If reverseLayerOrder is false the bottommost window comes first. */
|
||||
SATWindow* NextWindow();
|
||||
|
||||
|
||||
private:
|
||||
/*! The windows in the area are returned in reverse order. */
|
||||
SATWindow* _ReverseNextWindow();
|
||||
void _ReverseRewind();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user