kwin/effects/lookingglass
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
..
data GLSL 1.40 shader for lookingglass effect 2013-05-23 09:45:26 +02:00
CMakeLists.txt CMake macros porting 2013-11-27 16:11:14 +01:00
lookingglass.cpp Migrate effects from displayWidth()/displayHeight() to virtualScreenSize()/virtualScreenGeometry() 2014-03-07 08:01:44 +01:00
lookingglass.desktop SVN_SILENT made messages (.desktop file) 2014-01-19 04:06:03 +00:00
lookingglass.h [kwin/effects] Do not use KActionCollections for the global shortcuts 2013-12-10 11:45:33 +01:00
lookingglass.kcfg Use KConfigXT in LookingGlass Effect 2012-09-15 11:24:11 +02:00
lookingglass_config.cpp Port KWin/Effects from KDebug to QDebug 2013-09-02 11:03:29 +02:00
lookingglass_config.desktop SVN_SILENT made messages (.desktop file) 2014-01-19 04:06:03 +00:00
lookingglass_config.h Use KConfigXT in LookingGlass Effect 2012-09-15 11:24:11 +02:00
lookingglass_config.ui KIntSpinBox -> QSpinBox in kwin/effects configs 2013-09-09 07:38:30 +02:00
lookingglassconfig.kcfgc Use KConfigXT in LookingGlass Effect 2012-09-15 11:24:11 +02:00