aboutsummaryrefslogtreecommitdiff
path: root/src/UnderMousePlacement.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-03-27 08:43:09 (GMT)
committermarkt <markt>2007-03-27 08:43:09 (GMT)
commit9ebfea7944a1455a74cb70781373d83f50ad196c (patch)
tree919096d5e05e9b70499433bea3db2faf19b27bae /src/UnderMousePlacement.hh
parent58e280952a47fc3fb77b4659a21cc4ce6a73066e (diff)
downloadfluxbox-9ebfea7944a1455a74cb70781373d83f50ad196c.zip
fluxbox-9ebfea7944a1455a74cb70781373d83f50ad196c.tar.bz2
lots and lots of code cleanup, plus introduced new ClientMenu class
Diffstat (limited to 'src/UnderMousePlacement.hh')
-rw-r--r--src/UnderMousePlacement.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UnderMousePlacement.hh b/src/UnderMousePlacement.hh
index d89133c..7f95e0c 100644
--- a/src/UnderMousePlacement.hh
+++ b/src/UnderMousePlacement.hh
@@ -28,7 +28,7 @@
28 28
29class UnderMousePlacement: public PlacementStrategy { 29class UnderMousePlacement: 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};