Revision f10fb7b...

Go back to digest for 19th June 2011

Features in KDE Base

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

Make windowOpacityChanged() a slot

The method windowOpacityChanged is now a protected slot in class Scene. The implementations in the subclasses SceneOpenGL and SceneXRender are the same. The slots are connected to the singal opacityChanged() from Toplevel. The connection is done in the method windowAdded() in both SceneOpenGL and SceneXRender.

File Changes

Modified 7 files
  •   kwin/events.cpp
  •   kwin/scene.h
  •   kwin/scene_opengl.cpp
  •   kwin/scene_opengl.h
  •   kwin/scene_xrender.cpp
  •   kwin/scene_xrender.h
  •   kwin/toplevel.cpp
7 files changed in total