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/UnderMousePlacement.cc | |
parent | 41b5c6dadb1f474675660cef18b812d4c2338ed2 (diff) | |
download | fluxbox-a59428d67a95a9df16554962f0a6257d6378328a.zip fluxbox-a59428d67a95a9df16554962f0a6257d6378328a.tar.bz2 |
merged changes from pre-devel
Diffstat (limited to 'src/UnderMousePlacement.cc')
-rw-r--r-- | src/UnderMousePlacement.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UnderMousePlacement.cc b/src/UnderMousePlacement.cc index 3af2975..e601e77 100644 --- a/src/UnderMousePlacement.cc +++ b/src/UnderMousePlacement.cc | |||
@@ -27,7 +27,7 @@ | |||
27 | #include "Screen.hh" | 27 | #include "Screen.hh" |
28 | #include "Window.hh" | 28 | #include "Window.hh" |
29 | 29 | ||
30 | bool UnderMousePlacement::placeWindow(const std::vector<FluxboxWindow *> &list, | 30 | bool UnderMousePlacement::placeWindow(const std::list<FluxboxWindow *> &list, |
31 | const FluxboxWindow &win, | 31 | const FluxboxWindow &win, |
32 | int &place_x, int &place_y) { | 32 | int &place_x, int &place_y) { |
33 | 33 | ||