| author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2009-11-26 17:28:19 (GMT) |
|---|---|---|
| committer | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2009-11-26 17:28:19 (GMT) |
| commit | f8db5130899b9021d1c5febfa9621b5d48771b82 (patch) (side-by-side diff) | |
| tree | 371a55f84778316e3f69baf80179c1229ed2a540 | |
| parent | 4dfbf26ac81c8049831a77718d7a718aea33a8f5 (diff) | |
| download | core-f8db5130899b9021d1c5febfa9621b5d48771b82.tar.gz core-f8db5130899b9021d1c5febfa9621b5d48771b82.tar.bz2 | |
Save right cursor coordinates.
| -rw-r--r-- | plugins/rotate/src/rotate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rotate/src/rotate.cpp b/plugins/rotate/src/rotate.cpp index 97b6438..4db2805 100644 --- a/plugins/rotate/src/rotate.cpp +++ b/plugins/rotate/src/rotate.cpp @@ -420,7 +420,7 @@ RotateScreen::initiate (CompAction *action, int x, y; x = CompOption::getIntOptionNamed (options, "x"); - y = CompOption::getIntOptionNamed (options, "x"); + y = CompOption::getIntOptionNamed (options, "y"); mSavedPointer.set (x, y); } |
