aboutsummaryrefslogtreecommitdiff
path: root/src/ColSmartPlacement.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-10-13 21:51:37 (GMT)
committermarkt <markt>2007-10-13 21:51:37 (GMT)
commita59428d67a95a9df16554962f0a6257d6378328a (patch)
treef856ed9300c34f7a17d499f22d895610cfbc08e5 /src/ColSmartPlacement.hh
parent41b5c6dadb1f474675660cef18b812d4c2338ed2 (diff)
downloadfluxbox-a59428d67a95a9df16554962f0a6257d6378328a.zip
fluxbox-a59428d67a95a9df16554962f0a6257d6378328a.tar.bz2
merged changes from pre-devel
Diffstat (limited to 'src/ColSmartPlacement.hh')
-rw-r--r--src/ColSmartPlacement.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ColSmartPlacement.hh b/src/ColSmartPlacement.hh
index ad17d3b..f8c85cf 100644
--- a/src/ColSmartPlacement.hh
+++ b/src/ColSmartPlacement.hh
@@ -28,7 +28,7 @@
28 28
29class ColSmartPlacement: public PlacementStrategy { 29class ColSmartPlacement: public PlacementStrategy {
30public: 30public:
31 bool placeWindow(const std::vector<FluxboxWindow *> &windowlist, 31 bool placeWindow(const std::list<FluxboxWindow *> &windowlist,
32 const FluxboxWindow &win, 32 const FluxboxWindow &win,
33 int &place_x, int &place_y); 33 int &place_x, int &place_y);
34}; 34};