Revision 88af18c...

Go back to digest for 17th July 2011

Other in KDE Base

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

Adding a build option for KWin Scripting

It is possible that adding this build option broke the Scripting
component. This is something that should not happen. Unfortunately
by just ifdefing everything scripting related with scripting enabled
we have build errors. These are caused by the fact that the scripting
code includes e.g. client.h through "./../client.h". At one offending
place I changed that to "client.h", but there is also a client.h in
the scripting directory.

The includes and naming of the scripting files clearly have to be fixed!

File Changes

Modified 9 files
  •   kwin/client.cpp
  •   kwin/client.h
  •   kwin/CMakeLists.txt
  •   kwin/config-kwin.h.cmake
  •   kwin/geometry.cpp
  •   kwin/main.cpp
  •   kwin/manage.cpp
  •   kwin/workspace.cpp
  •   kwin/scripting/s_clientgroup.h
9 files changed in total