diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-16 01:10:53 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-16 01:10:53 +0000 |
| commit | 897a9711d6dae63380ff86b7ecd85ce58c3f4b85 (patch) | |
| tree | 36711954fb4259854777338a4abca68e9e213778 /src/Workspace.h | |
| parent | adcdf317027530bcfbf757a23919d3a87107d816 (diff) | |
applied Ruhi's cleanup patch. moves colSmartPlacement into its own function
using Geomtry objects instead of integer pairs in all of the placeWindow code now
Diffstat (limited to 'src/Workspace.h')
| -rw-r--r-- | src/Workspace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Workspace.h b/src/Workspace.h index 55962b62..c2b92091 100644 --- a/src/Workspace.h +++ b/src/Workspace.h @@ -49,7 +49,8 @@ protected: void placeWindow(OpenboxWindow *); Point *bestFitPlacement(const Size &win_size, const Rect &space); Point *rowSmartPlacement(const Size &win_size, const Rect &space); - const Point *const cascade(const OpenboxWindow* window); + Point *colSmartPlacement(const Size &win_size, const Rect &space); + Point *const cascadePlacement(const OpenboxWindow* window); public: Workspace(BScreen &, int = 0); |
