kwin/effects/backgroundcontrast
Martin Gräßlin bf4ba54647 Remove displayWidth and displayHeight from the compositor
Instead of getting size from displayWidth() and displayHeight() use
the information we have from Screens. This means there is only one
place to have the information and by that we can ensure that all
components use the same data to rely on. displayWidth/displayHeight
seem to provide the wrong information when unplugging an output
without disabling the output. This results in rendering artefacts.
But KWin::Screens has the correct information available.
2014-11-27 09:00:19 +01:00
..
.directory stub for the background contrast effect 2014-01-23 14:44:00 +01:00
backgroundcontrast.kdev4 stub for the background contrast effect 2014-01-23 14:44:00 +01:00
CMakeLists.txt [effects] Drop the .desktop files for the BuiltIn Effects 2014-04-28 13:52:43 +02:00
contrast.cpp Remove displayWidth and displayHeight from the compositor 2014-11-27 09:00:19 +01:00
contrast.h [kwin] Add a virtual Effect::requestedEffectChainPosition 2014-03-28 14:04:54 +01:00
contrastshader.cpp [effects] Simplify supported check in blur and backgroundcontrast 2014-06-11 14:50:01 +02:00
contrastshader.h [effects] Simplify supported check in blur and backgroundcontrast 2014-06-11 14:50:01 +02:00