kwin/effects/blur
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
..
blur.cpp Migrate effects from displayWidth()/displayHeight() to virtualScreenSize()/virtualScreenGeometry() 2014-03-07 08:01:44 +01:00
blur.desktop SVN_SILENT made messages (.desktop file) 2014-01-30 04:16:08 +00:00
blur.h kwin/blur: Upload the geometry for both passes at the same time 2013-06-11 05:12:58 +02:00
blur.kcfg Use KConfigXT in Blur effect 2012-09-15 11:24:11 +02:00
blur_config.cpp foo.moc -> moc_foo.cpp in KWin effects config 2013-08-07 13:04:01 +02:00
blur_config.desktop SVN_SILENT made messages (.desktop file) 2013-06-09 03:47:41 +00:00
blur_config.h Use KConfigXT in Blur effect 2012-09-15 11:24:11 +02:00
blur_config.ui kwin/blur: Fix a typo in the config dialog 2013-06-11 17:19:19 +02:00
blurconfig.kcfgc Use KConfigXT in Blur effect 2012-09-15 11:24:11 +02:00
blurshader.cpp Migrate effects from displayWidth()/displayHeight() to virtualScreenSize()/virtualScreenGeometry() 2014-03-07 08:01:44 +01:00
blurshader.h kwin/blur: Save the uniform locations 2013-06-11 05:12:58 +02:00
CMakeLists.txt CMake macros porting 2013-11-27 16:11:14 +01:00