From 12fcb33bfaa03b3c6245d15bfb1809f7facc857f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 28 May 2002 12:39:23 +0000 Subject: re-added UnderMouse Placement added NLS support in the new configure system. --- src/Workspace.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Workspace.hh') 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); -- cgit v1.2.3