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:
Clemens Zeidler
2010-09-03 04:49:56 +00:00
parent a6771397dc
commit 8875d8af63
2 changed files with 3 additions and 4 deletions
@@ -51,7 +51,7 @@ GroupCookie::~GroupCookie()
} }
const uint32 kExtentPenalty = 10; const uint32 kExtentPenalty = 25;
void void
@@ -121,13 +121,12 @@ public:
void Rewind(); void Rewind();
/*! Iterates over all areas in the group and return the windows in the /*! 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 areas. Within one area the windows are ordered by their layer position.
bottommost window comes first. */ If reverseLayerOrder is false the bottommost window comes first. */
SATWindow* NextWindow(); SATWindow* NextWindow();
private: private:
/*! The windows in the area are returned in reverse order. */
SATWindow* _ReverseNextWindow(); SATWindow* _ReverseNextWindow();
void _ReverseRewind(); void _ReverseRewind();