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
1=== modified file 'expo/src/expo.cpp'
2--- expo/src/expo.cpp 2011-03-29 16:36:40 +0000
3+++ expo/src/expo.cpp 2011-03-31 17:42:06 +0000
4@@ -545,8 +545,8 @@
5 int xOffset, yOffset;
6 CompWindowList::reverse_iterator iter;
7
8- xOffset = screen->vp ().x () * screen->width ();
9- yOffset = screen->vp ().y () * screen->height ();
10+ xOffset = screen->vpSize ().x () * screen->width ();
11+ yOffset = screen->vpSize ().y () * screen->height ();
12
13 dndState = DnDNone;
14

Subscribers

People subscribed via source and target branches

to all changes: