diff options
author | markt <markt> | 2007-10-24 17:09:26 (GMT) |
---|---|---|
committer | markt <markt> | 2007-10-24 17:09:26 (GMT) |
commit | f3afe787c1209cf1357493924a4f7eb7864def54 (patch) | |
tree | d0c0c3eca154ab538fbc1fb3c62081e9250c05bd /src/CascadePlacement.hh | |
parent | 74eb584a312aba21b21eccb6c49ade1571aa3740 (diff) | |
download | fluxbox-f3afe787c1209cf1357493924a4f7eb7864def54.zip fluxbox-f3afe787c1209cf1357493924a4f7eb7864def54.tar.bz2 |
introduced workspacename for ClientPattern, and some miscellaneous cleanup
Diffstat (limited to 'src/CascadePlacement.hh')
-rw-r--r-- | src/CascadePlacement.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CascadePlacement.hh b/src/CascadePlacement.hh index 8fa39a0..ca11bab 100644 --- a/src/CascadePlacement.hh +++ b/src/CascadePlacement.hh | |||
@@ -34,8 +34,7 @@ class CascadePlacement: public PlacementStrategy, | |||
34 | public: | 34 | public: |
35 | explicit CascadePlacement(const BScreen &screen); | 35 | explicit CascadePlacement(const BScreen &screen); |
36 | ~CascadePlacement(); | 36 | ~CascadePlacement(); |
37 | bool placeWindow(const std::list<FluxboxWindow *> &windowlist, | 37 | bool placeWindow(const FluxboxWindow &window, int head, |
38 | const FluxboxWindow &window, | ||
39 | int &place_x, int &place_y); | 38 | int &place_x, int &place_y); |
40 | private: | 39 | private: |
41 | int *m_cascade_x; ///< need a cascade for each head (Xinerama) | 40 | int *m_cascade_x; ///< need a cascade for each head (Xinerama) |