Revision 08265de...

Go back to digest for 26th June 2011

Features in KDE Base

Arthur Arlt committed changes in [kde-workspace] /:

Merge signals clientClosed() and unmanagedClosed() to windowClosed()

This commit merges the two signals clientClosed() and unmanagedClosed() to windowClosed() which
is now provided by Toplevel.
The approriate slots in effects.h and effects.cpp were merges as well, since they did the
same.
The direct method calls of the method windowClosed() in SceneOpenGL and SceneXRender were
removed and are now connected to the appropriate signal in windowAdded().

File Changes

Modified 9 files
  •   kwin/client.cpp
  •   kwin/client.h
  •   kwin/effects.cpp
  •   kwin/effects.h
  •   kwin/scene_opengl.cpp
  •   kwin/scene_xrender.cpp
  •   kwin/toplevel.h
  •   kwin/unmanaged.cpp
  •   kwin/unmanaged.h
9 files changed in total