Merge lp:~vanvugt/compiz/fix-1009320 into lp:compiz/0.9.8

Proposed by Daniel van Vugt
Status: Merged
Merged at revision: 3245
Proposed branch: lp:~vanvugt/compiz/fix-1009320
Merge into: lp:compiz/0.9.8
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/bench/src/bench.cpp (+1/-1)
To merge this branch: bzr merge lp:~vanvugt/compiz/fix-1009320
Reviewer Review Type Date Requested Status
Sam Spilsbury Approve
Review via email: mp+109327@code.launchpad.net

Description of the change

Benchmark plugin should consume its key binding, and not pass the key to
the underlying window. (LP: #1009320)

To post a comment you must log in.
Revision history for this message
Sam Spilsbury (smspillaz) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/bench/src/bench.cpp'
2--- plugins/bench/src/bench.cpp 2012-01-12 11:04:43 +0000
3+++ plugins/bench/src/bench.cpp 2012-06-08 10:38:34 +0000
4@@ -474,7 +474,7 @@
5 gettimeofday (&mLastRedraw, 0);
6 mLastPrint = mLastRedraw;
7
8- return false;
9+ return true;
10 }
11
12 bool

Subscribers

People subscribed via source and target branches