Merge lp:~samuel-thibault/compiz/grab into lp:compiz/0.9.13

Proposed by Samuel thibault
Status: Needs review
Proposed branch: lp:~samuel-thibault/compiz/grab
Merge into: lp:compiz/0.9.13
Diff against target: 12 lines (+2/-0)
1 file modified
src/event.cpp (+2/-0)
To merge this branch: bzr merge lp:~samuel-thibault/compiz/grab
Reviewer Review Type Date Requested Status
Compiz Maintainers Pending
Review via email: mp+348707@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

4144. By Samuel thibault

Also watch FocusOut NotifyGrab

This happens e.g. when running qemu with the SDL frontend or virtualbox, and
entering keyboard grab mode.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/event.cpp'
2--- src/event.cpp 2018-03-02 16:56:34 +0000
3+++ src/event.cpp 2018-06-28 16:32:21 +0000
4@@ -2377,6 +2377,8 @@
5 privateScreen.eventManager.ungrabNotified ();
6 else if (event->xfocus.mode == NotifyWhileGrabbed)
7 privateScreen.eventManager.grabNotified ();
8+ else if (event->xfocus.mode == NotifyGrab)
9+ privateScreen.eventManager.grabNotified ();
10 break;
11 case EnterNotify:
12 if (event->xcrossing.root == privateScreen.rootWindow())

Subscribers

People subscribed via source and target branches