From de8a0836ac4a86775bc210c3e48bb11f1f34e438 Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Tue, 17 Aug 2010 23:48:47 +0000 Subject: [PATCH] Fix coding style. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38219 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/decorators/SATDecorator/SATGroup.h | 9 +++++---- src/add-ons/decorators/SATDecorator/StackAndTile.h | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/add-ons/decorators/SATDecorator/SATGroup.h b/src/add-ons/decorators/SATDecorator/SATGroup.h index 5ca9350be0..0e339e9efd 100644 --- a/src/add-ons/decorators/SATDecorator/SATGroup.h +++ b/src/add-ons/decorators/SATDecorator/SATGroup.h @@ -217,10 +217,6 @@ public: Tab* FindHorizontalTab(float position); Tab* FindVerticalTab(float position); -protected: - SATWindowList fSATWindowList; - LinearSpec fLinearSpec; - private: BReference _AddHorizontalTab(float position = 0); BReference _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; diff --git a/src/add-ons/decorators/SATDecorator/StackAndTile.h b/src/add-ons/decorators/SATDecorator/StackAndTile.h index 694a48f895..29ccfb8366 100644 --- a/src/add-ons/decorators/SATDecorator/StackAndTile.h +++ b/src/add-ons/decorators/SATDecorator/StackAndTile.h @@ -83,7 +83,7 @@ public: SATWindow* GetSATWindow(Window* window); -protected: +private: void _StartSAT(); void _StopSAT(); void _ActivateWindow(SATWindow* window);