diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-04-15 02:37:18 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-04-15 02:37:18 +0000 |
| commit | df9d0c891ad0df9e91397f07fa439fea1e405b2b (patch) | |
| tree | edc95f15bd8a414d0841d6325260d9c4afc9c0ed /src/Workspace.h | |
| parent | 932ced3040a269b20708e1923b00168f9d6fc493 (diff) | |
Added a fallback for Best Fit to cascade. Also, moved cascade to its own
function. May not be needed.
Diffstat (limited to 'src/Workspace.h')
| -rw-r--r-- | src/Workspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Workspace.h b/src/Workspace.h index d42f30ee..1091f886 100644 --- a/src/Workspace.h +++ b/src/Workspace.h @@ -49,7 +49,7 @@ protected: void placeWindow(OpenboxWindow *); Point *bestFitPlacement(const Size &win_size, const Rect &space); Point *rowSmartPlacement(const Size &win_size, const Rect &space); - + Point *cascade(const OpenboxWindow* window); public: Workspace(BScreen &, int = 0); |
