Merge lp:~vanvugt/compiz-vpswitch-plugin/fix-953834 into lp:compiz-vpswitch-plugin

Proposed by Daniel van Vugt
Status: Merged
Merged at revision: 58
Proposed branch: lp:~vanvugt/compiz-vpswitch-plugin/fix-953834
Merge into: lp:compiz-vpswitch-plugin
Diff against target: 12 lines (+1/-1)
1 file modified
src/vpswitch.cpp (+1/-1)
To merge this branch: bzr merge lp:~vanvugt/compiz-vpswitch-plugin/fix-953834
Reviewer Review Type Date Requested Status
Compiz Maintainers Pending
Review via email: mp+98153@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
Daniel van Vugt (vanvugt) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/vpswitch.cpp'
2--- src/vpswitch.cpp 2011-10-11 10:36:38 +0000
3+++ src/vpswitch.cpp 2012-03-19 06:48:17 +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