Revision d9a0466...

Go back to digest for 15th April 2012

Optimization in KDE Base

Martin Gräßlin committed changes in [kde-workspace] /:

Perform detection of CompositingPrefs async

Detecting CompositingPrefs invokes an external program. Waiting
for this can be moved in a second thread.

Due to the introduction of the thread the initialization order
of KWin is changed: the WindowManager is initialized before the
Compositor. Interestingly this makes KWin felt more responsive
as the screen is not frozen for several seconds.

REVIEW: 104579

File Changes

Modified 2 files
  •   kwin/composite.cpp
  •   kwin/workspace.h
2 files changed in total