aboutsummaryrefslogtreecommitdiff
path: root/src/ScreenPlacement.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-10-24 17:09:26 (GMT)
committermarkt <markt>2007-10-24 17:09:26 (GMT)
commitf3afe787c1209cf1357493924a4f7eb7864def54 (patch)
treed0c0c3eca154ab538fbc1fb3c62081e9250c05bd /src/ScreenPlacement.hh
parent74eb584a312aba21b21eccb6c49ade1571aa3740 (diff)
downloadfluxbox-f3afe787c1209cf1357493924a4f7eb7864def54.zip
fluxbox-f3afe787c1209cf1357493924a4f7eb7864def54.tar.bz2
introduced workspacename for ClientPattern, and some miscellaneous cleanup
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; }