diff options
author | markt <markt> | 2007-10-13 21:51:37 (GMT) |
---|---|---|
committer | markt <markt> | 2007-10-13 21:51:37 (GMT) |
commit | a59428d67a95a9df16554962f0a6257d6378328a (patch) | |
tree | f856ed9300c34f7a17d499f22d895610cfbc08e5 /src/CascadePlacement.hh | |
parent | 41b5c6dadb1f474675660cef18b812d4c2338ed2 (diff) | |
download | fluxbox_pavel-a59428d67a95a9df16554962f0a6257d6378328a.zip fluxbox_pavel-a59428d67a95a9df16554962f0a6257d6378328a.tar.bz2 |
merged changes from pre-devel
Diffstat (limited to 'src/CascadePlacement.hh')
-rw-r--r-- | src/CascadePlacement.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CascadePlacement.hh b/src/CascadePlacement.hh index 6fde194..8fa39a0 100644 --- a/src/CascadePlacement.hh +++ b/src/CascadePlacement.hh | |||
@@ -34,7 +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::vector<FluxboxWindow *> &windowlist, | 37 | bool placeWindow(const std::list<FluxboxWindow *> &windowlist, |
38 | const FluxboxWindow &window, | 38 | const FluxboxWindow &window, |
39 | int &place_x, int &place_y); | 39 | int &place_x, int &place_y); |
40 | private: | 40 | private: |