aboutsummaryrefslogtreecommitdiff
path: root/src/ScreenPlacement.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ScreenPlacement.hh')
-rw-r--r--src/ScreenPlacement.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ScreenPlacement.hh b/src/ScreenPlacement.hh
index 79d6c21..515691f 100644
--- a/src/ScreenPlacement.hh
+++ b/src/ScreenPlacement.hh
@@ -64,8 +64,7 @@ public:
64 virtual ~ScreenPlacement() {} 64 virtual ~ScreenPlacement() {}
65 /// placeWindow is guaranteed to succeed, ignore return value 65 /// placeWindow is guaranteed to succeed, ignore return value
66 /// @return true 66 /// @return true
67 bool placeWindow(const std::list<FluxboxWindow *> &windowlist, 67 bool placeWindow(const FluxboxWindow &window, int head,
68 const FluxboxWindow &window,
69 int &place_x, int &place_y); 68 int &place_x, int &place_y);
70 69
71 RowDirection rowDirection() const { return *m_row_direction; } 70 RowDirection rowDirection() const { return *m_row_direction; }