Merge lp:~unity-team/compiz/plugins-main-trunk.fix_wrong_window_move_expo into lp:~unity-team/compiz/plugins-main-trunk

Proposed by Sam Spilsbury
Status: Merged
Merged at revision: 2
Proposed branch: lp:~unity-team/compiz/plugins-main-trunk.fix_wrong_window_move_expo
Merge into: lp:~unity-team/compiz/plugins-main-trunk
Diff against target: 13 lines (+2/-2)
1 file modified
expo/src/expo.cpp (+2/-2)
To merge this branch: bzr merge lp:~unity-team/compiz/plugins-main-trunk.fix_wrong_window_move_expo
Reviewer Review Type Date Requested Status
David Barth (community) Approve
Review via email: mp+55798@code.launchpad.net

Description of the change

Fixes typo in expo which caused wrong window to move

To post a comment you must log in.
Revision history for this message
David Barth (dbarth) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'expo/src/expo.cpp'
--- expo/src/expo.cpp 2011-03-29 16:36:40 +0000
+++ expo/src/expo.cpp 2011-03-31 17:42:06 +0000
@@ -545,8 +545,8 @@
545 int xOffset, yOffset;545 int xOffset, yOffset;
546 CompWindowList::reverse_iterator iter;546 CompWindowList::reverse_iterator iter;
547547
548 xOffset = screen->vp ().x () * screen->width ();548 xOffset = screen->vpSize ().x () * screen->width ();
549 yOffset = screen->vp ().y () * screen->height ();549 yOffset = screen->vpSize ().y () * screen->height ();
550550
551 dndState = DnDNone;551 dndState = DnDNone;
552552

Subscribers

People subscribed via source and target branches

to all changes: