~ubuntu-branches/ubuntu/quantal/kde-workspace/quantal

« back to all changes in this revision

Viewing changes to kwin/composite.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-26 17:32:34 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120726173234-bsn4gwllpbcwu2r4
Tags: 4:4.9.0-0ubuntu1
* Use direct build-depends versions rather than kde-sc-dev-latest
* Remove patches/kubuntu_revert_1554ba408633397066d31c3d565c217b5a385fb8.diff fixed upstream
* Remove debian/patches/kubuntu_fix_batterymonitor_panel_minsize.diff fix upstream
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
392
392
    } else
393
393
        QObject::timerEvent(te);
394
394
}
 
395
 
395
396
static bool s_pending = false;
396
 
QElapsedTimer profiler;
397
397
void Workspace::performCompositing()
398
398
{
399
399
    if (!scene->overlayWindow()->isVisible())
408
408
        // Otherwise the window would not be painted normally anyway.
409
409
        return;
410
410
    }
411
 
    profiler.start();
412
411
    s_pending = pending;
413
412
    // create a list of all windows in the stacking order
414
413
    ToplevelList windows = xStackingOrder();