diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-22 06:11:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-22 06:11:33 +0000 |
| commit | 47d7f62bf280d51bc8298b49c286181bc50f3d33 (patch) | |
| tree | 90156413c9f5006d04da456a0cab21eafd0c3461 /src/Workspace.cc | |
| parent | 270981e6d7b2c59efebb1ceb7cbb7c119b280df4 (diff) | |
had an extra const in there
Diffstat (limited to 'src/Workspace.cc')
| -rw-r--r-- | src/Workspace.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
