~ci-train-bot/compiz/compiz-ubuntu-trusty-landing-070

« back to all changes in this revision

Viewing changes to src/event.cpp

  • Committer: CI bot
  • Author(s): Chris Townsend
  • Date: 2014-07-01 11:51:03 UTC
  • mfrom: (3860.1.21 compiz.trusty-0.9.11.1)
  • Revision ID: ps-jenkins@lists.canonical.com-20140701115103-vy93ocx7v1uly6hp
Micro-release 0.9.11.1 for 14.04 Compiz SRU1 Fixes: 347390, 1063617, 1303462, 1304531, 1305586, 1311303

Show diffs side-by-side

added added

removed removed

Lines of Context:
2333
2333
    case FocusOut:
2334
2334
        if (event->xfocus.mode == NotifyUngrab)
2335
2335
            privateScreen.eventManager.ungrabNotified ();
 
2336
        else if (event->xfocus.mode == NotifyWhileGrabbed)
 
2337
            privateScreen.eventManager.grabNotified ();
2336
2338
        break;
2337
2339
    case EnterNotify:
2338
2340
        if (event->xcrossing.root == privateScreen.rootWindow())