diff options
Diffstat (limited to 'src/ScreenPlacement.cc')
-rw-r--r-- | src/ScreenPlacement.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScreenPlacement.cc b/src/ScreenPlacement.cc index d614488..e8d1592 100644 --- a/src/ScreenPlacement.cc +++ b/src/ScreenPlacement.cc | |||
@@ -88,7 +88,7 @@ bool ScreenPlacement::placeWindow(const std::list<FluxboxWindow *> &windowlist, | |||
88 | } | 88 | } |
89 | 89 | ||
90 | // view (screen + head) constraints | 90 | // view (screen + head) constraints |
91 | int head = (signed) win.screen().getCurrHead(); | 91 | int head = (signed) win.getOnHead(); |
92 | int head_left = (signed) win.screen().maxLeft(head); | 92 | int head_left = (signed) win.screen().maxLeft(head); |
93 | int head_right = (signed) win.screen().maxRight(head); | 93 | int head_right = (signed) win.screen().maxRight(head); |
94 | int head_top = (signed) win.screen().maxTop(head); | 94 | int head_top = (signed) win.screen().maxTop(head); |