diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-28 12:39:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-28 12:39:23 +0000 |
| commit | 12fcb33bfaa03b3c6245d15bfb1809f7facc857f (patch) | |
| tree | 5535416dc05fbb9537d4bda59425bd0e8588b6e1 /src/Workspace.hh | |
| parent | b48e215ca642d1973e0b1b71e632657c2679443a (diff) | |
re-added UnderMouse Placement
added NLS support in the new configure system.
Diffstat (limited to 'src/Workspace.hh')
| -rw-r--r-- | src/Workspace.hh | 1 |
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); |
