aboutsummaryrefslogtreecommitdiff
path: root/src/ColSmartPlacement.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/ColSmartPlacement.hh
parent74eb584a312aba21b21eccb6c49ade1571aa3740 (diff)
downloadfluxbox-f3afe787c1209cf1357493924a4f7eb7864def54.zip
fluxbox-f3afe787c1209cf1357493924a4f7eb7864def54.tar.bz2
introduced workspacename for ClientPattern, and some miscellaneous cleanup
Diffstat (limited to 'src/ColSmartPlacement.hh')
-rw-r--r--src/ColSmartPlacement.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ColSmartPlacement.hh b/src/ColSmartPlacement.hh
index f8c85cf..073e6c9 100644
--- a/src/ColSmartPlacement.hh
+++ b/src/ColSmartPlacement.hh
@@ -28,8 +28,7 @@
28 28
29class ColSmartPlacement: public PlacementStrategy { 29class ColSmartPlacement: public PlacementStrategy {
30public: 30public:
31 bool placeWindow(const std::list<FluxboxWindow *> &windowlist, 31 bool placeWindow(const FluxboxWindow &win, int head,
32 const FluxboxWindow &win,
33 int &place_x, int &place_y); 32 int &place_x, int &place_y);
34}; 33};
35 34