diff options
Diffstat (limited to 'src/UnderMousePlacement.hh')
-rw-r--r-- | src/UnderMousePlacement.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/UnderMousePlacement.hh b/src/UnderMousePlacement.hh index 7f95e0c..aa7d844 100644 --- a/src/UnderMousePlacement.hh +++ b/src/UnderMousePlacement.hh | |||
@@ -28,8 +28,7 @@ | |||
28 | 28 | ||
29 | class UnderMousePlacement: public PlacementStrategy { | 29 | class UnderMousePlacement: public PlacementStrategy { |
30 | public: | 30 | public: |
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 | ||