diff --git a/src/Workspace.cc b/src/Workspace.cc index ac8b9edb..d9644252 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc @@ -681,7 +681,7 @@ bool Workspace::smartPlacement(Rect& win) { } -bool Workspace::underMousePlacement(Rect &win) const { +bool Workspace::underMousePlacement(Rect &win) { int x, y, rx, ry; Window c, r; unsigned int m;