X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FWorkspace.h;h=c2b920918793bfbc11e99b7c1e8f74bf8f9f05c8;hb=62e178416108c41f8d3e7c1a5fc113c7e7724543;hp=1091f8864e0d36b5ddf25023bc67c8842696d2f9;hpb=df9d0c891ad0df9e91397f07fa439fea1e405b2b;p=chaz%2Fopenbox diff --git a/src/Workspace.h b/src/Workspace.h index 1091f886..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); - Point *cascade(const OpenboxWindow* window); + Point *colSmartPlacement(const Size &win_size, const Rect &space); + Point *const cascadePlacement(const OpenboxWindow* window); public: Workspace(BScreen &, int = 0);