kwin/effects/outline
Martin Gräßlin d05d55b140 Delay creation of EffectFrames till needed
Creating an EffectFrame requires I/O which takes on my system
during testing between 10 and 40 msec. Also it needs a little
bit of memory.

This changes moves out the creation of EffectFrames at Effect
load till the Effect actually needs the EffectFrame. E.g. if a
user does not filter in PresentWindows there is no need to ever
create it.

BoxSwitch effect is ignored as it should be dropped for 4.9.

REVIEW: 104815
2012-05-03 09:10:48 +02:00
..
CMakeLists.txt Outline effect to replace rendering of the outline 2011-04-28 13:49:23 +02:00
outline.cpp Delay creation of EffectFrames till needed 2012-05-03 09:10:48 +02:00
outline.desktop SVN_SILENT made messages (.desktop file) 2012-01-11 09:13:06 +01:00
outline.h Only call active effects in the effect chain 2011-08-29 07:06:58 +02:00