Fix coding style.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38219 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2010-08-17 23:48:47 +00:00
parent bba6f48d64
commit de8a0836ac
2 changed files with 6 additions and 5 deletions
@@ -217,10 +217,6 @@ public:
Tab* FindHorizontalTab(float position);
Tab* FindVerticalTab(float position);
protected:
SATWindowList fSATWindowList;
LinearSpec fLinearSpec;
private:
BReference<Tab> _AddHorizontalTab(float position = 0);
BReference<Tab> _AddVerticalTab(float position = 0);
@@ -255,6 +251,11 @@ private:
inline void _CallculateYOffset(BPoint& offset, BRect& frame,
BRect& screen);
protected:
SATWindowList fSATWindowList;
LinearSpec fLinearSpec;
private:
TabList fHorizontalTabs;
bool fHorizontalTabsSorted;
TabList fVerticalTabs;
@@ -83,7 +83,7 @@ public:
SATWindow* GetSATWindow(Window* window);
protected:
private:
void _StartSAT();
void _StopSAT();
void _ActivateWindow(SATWindow* window);