Merge lp:~smspillaz/compiz-expo-plugin/compiz-expo-plugin.api_change_931927 into lp:compiz-expo-plugin

Proposed by Sam Spilsbury
Status: Merged
Merged at revision: 141
Proposed branch: lp:~smspillaz/compiz-expo-plugin/compiz-expo-plugin.api_change_931927
Merge into: lp:compiz-expo-plugin
Diff against target: 21 lines (+2/-2)
1 file modified
src/expo.cpp (+2/-2)
To merge this branch: bzr merge lp:~smspillaz/compiz-expo-plugin/compiz-expo-plugin.api_change_931927
Reviewer Review Type Date Requested Status
Daniel van Vugt (community) Approve
Tim Penhey (community) Approve
Sam Spilsbury Pending
Review via email: mp+93334@code.launchpad.net

Description of the change

API Change for LP #931927

To post a comment you must log in.
Revision history for this message
Tim Penhey (thumper) :
review: Approve
Revision history for this message
Daniel van Vugt (vanvugt) wrote :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/expo.cpp'
2--- src/expo.cpp 2012-01-19 09:48:09 +0000
3+++ src/expo.cpp 2012-02-16 05:39:58 +0000
4@@ -176,7 +176,7 @@
5 if (!expoMode)
6 return false;
7
8- termExpo (action, 0, noOptions);
9+ termExpo (action, 0, noOptions ());
10 anyClick = true;
11 cScreen->damageScreen ();
12
13@@ -373,7 +373,7 @@
14 clickTime = 0;
15 doubleClick = false;
16
17- termExpo (&action, 0, noOptions);
18+ termExpo (&action, 0, noOptions ());
19 anyClick = true;
20 }
21 }

Subscribers

People subscribed via source and target branches

to all changes: