Merge lp:~vanvugt/compiz-plugins-main/fix-953834 into lp:compiz-plugins-main

Proposed by Daniel van Vugt
Status: Merged
Merged at revision: 24
Proposed branch: lp:~vanvugt/compiz-plugins-main/fix-953834
Merge into: lp:compiz-plugins-main
Diff against target: 12 lines (+1/-1)
1 file modified
vpswitch/src/vpswitch.cpp (+1/-1)
To merge this branch: bzr merge lp:~vanvugt/compiz-plugins-main/fix-953834
Reviewer Review Type Date Requested Status
Alan Griffiths Approve
Review via email: mp+98154@code.launchpad.net

Description of the change

Don't pass through keystrokes you are using to the active window (LP: #953834)

To post a comment you must log in.
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'vpswitch/src/vpswitch.cpp'
2--- vpswitch/src/vpswitch.cpp 2012-01-23 10:29:36 +0000
3+++ vpswitch/src/vpswitch.cpp 2012-03-19 06:48:19 +0000
4@@ -285,7 +285,7 @@
5
6 gotovp (nx, ny);
7
8- return false;
9+ return true;
10 }
11
12 /* switch-to-specific viewport stuff */

Subscribers

People subscribed via source and target branches