summaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r--src/Workspace.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh
index 652e8cef..dadb0dd0 100644
--- a/src/Workspace.hh
+++ b/src/Workspace.hh
@@ -64,6 +64,7 @@ private:
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);
public:
Workspace(BScreen *scrn, unsigned int i = 0);