diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-04-15 15:45:11 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-04-15 15:45:11 +0000 |
| commit | adcdf317027530bcfbf757a23919d3a87107d816 (patch) | |
| tree | eb5b137b7a97f99eaf1b150e2efdd1a66956b4a5 /src/Workspace.h | |
| parent | dbd6327646f2c05a5e50bdd0e99816609c3b5a21 (diff) | |
added some consts to the cascade code
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 1091f886..55962b62 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); + const Point *const cascade(const OpenboxWindow* window); public: Workspace(BScreen &, int = 0); |
