summaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r--src/Workspace.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh
index 09dc2779..18933acc 100644
--- a/src/Workspace.hh
+++ b/src/Workspace.hh
@@ -63,9 +63,9 @@ private:
StackVector::iterator &stack);
void placeWindow(BlackboxWindow *win);
- bool cascadePlacement(Rect& win, const Rect& availableArea);
- bool smartPlacement(Rect& win, const Rect& availableArea);
- bool underMousePlacement(Rect& win, const Rect& availableArea);
+ bool cascadePlacement(Rect& win);
+ bool smartPlacement(Rect& win);
+ bool underMousePlacement(Rect& win);
public:
Workspace(BScreen *scrn, unsigned int i = 0);