Revision 5d8469d...

Go back to digest for 21st October 2012

Optimization in KDE Base

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

Delay releasing the compositor selection

When turning off the compositor do not release the compositor selection
directly but delay it through a timer. The idea is that the internal
change when e.g. restarting the compositor or switching from XRender to
OpenGL should not be visible to the outside world.

This hopefully makes restarting the compositor more robust in Plasma due
to the SelectionWatcher sometimes reporting incorrect results.

When restarting KWin the change does not matter as the selection gets
force claimed by the new instance anyway.


REVIEW: 106844

File Changes

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