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
=== modified file 'src/event.cpp'
--- src/event.cpp 2018-03-02 16:56:34 +0000
+++ src/event.cpp 2018-06-28 16:32:21 +0000
@@ -2377,6 +2377,8 @@
2377 privateScreen.eventManager.ungrabNotified ();2377 privateScreen.eventManager.ungrabNotified ();
2378 else if (event->xfocus.mode == NotifyWhileGrabbed)2378 else if (event->xfocus.mode == NotifyWhileGrabbed)
2379 privateScreen.eventManager.grabNotified ();2379 privateScreen.eventManager.grabNotified ();
2380 else if (event->xfocus.mode == NotifyGrab)
2381 privateScreen.eventManager.grabNotified ();
2380 break;2382 break;
2381 case EnterNotify:2383 case EnterNotify:
2382 if (event->xcrossing.root == privateScreen.rootWindow())2384 if (event->xcrossing.root == privateScreen.rootWindow())

Subscribers

People subscribed via source and target branches