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
=== modified file 'plugins/bench/src/bench.cpp'
--- plugins/bench/src/bench.cpp 2012-01-12 11:04:43 +0000
+++ plugins/bench/src/bench.cpp 2012-06-08 10:38:34 +0000
@@ -474,7 +474,7 @@
474 gettimeofday (&mLastRedraw, 0);474 gettimeofday (&mLastRedraw, 0);
475 mLastPrint = mLastRedraw;475 mLastPrint = mLastRedraw;
476476
477 return false;477 return true;
478}478}
479479
480bool480bool

Subscribers

People subscribed via source and target branches