kwin/effects/slide
Martin Gräßlin 3f0ff9b8d5 Migrate effects from displayWidth()/displayHeight() to virtualScreenSize()/virtualScreenGeometry()
Rational behind this change is that displayWidth and displayHeight are
X specific API calls in kwinglobals. For the future it's easier to only
rely on functionality which goes through the EffectsHandler API which
allows easier adjustments in KWin core.

displayWidth() and displayHeight() are only used to get the size or the
complete rect of all screens. This is also provided by:

effects->virtualScreenGeometry() or
effects->virtualScreenSize()

REVIEW: 116021
2014-03-07 08:01:44 +01:00
..
CMakeLists.txt
slide.cpp Migrate effects from displayWidth()/displayHeight() to virtualScreenSize()/virtualScreenGeometry() 2014-03-07 08:01:44 +01:00
slide.desktop
slide.h Force-enable blur for Plasma's windows during desktop slide 2014-02-19 14:02:09 +01:00