Revision e136ac4...

Go back to digest for 26th May 2013

Features in KDE Base

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

Improve multi-head detection for OpenGLIsUnsafe

This was currently basically broken:
* Screen number got always attached
* openGLIsBroken did not check for screen number
-> KCM reported "everything is fine" while it wasn't

Now changed to:
* only attach screen number if it is a multi-head setup
* use same logic in both Composite and CompositingPrefs

Still problematic:
* kcm is not multi-head aware so it will report everything is fine in
case of a broken multi-head setup

REVIEW: 110631

File Changes

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