kwin/effects/flipswitch
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
flipswitch.cpp Delay creation of EffectFrames till needed 2012-05-03 09:10:48 +02:00
flipswitch.desktop SVN_SILENT made messages (.desktop file) 2011-11-16 09:33:08 +01:00
flipswitch.h Use desktop icon for Show Desktop entry in TabBox 2012-04-01 08:06:12 +02:00
flipswitch_config.cpp KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
flipswitch_config.desktop SVN_SILENT made messages (.desktop file) 2011-09-09 09:21:44 +02:00
flipswitch_config.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
flipswitch_config.ui