kwin/effects/flipswitch
Martin Gräßlin 49e734f743 Change the way how effects can get mouse events
With the removal of BoxSwitch all effects which want mouse events use the
fullscreen input window. The available functionality is too complex both
in EffectsHandler and in the Effects.

With this change only fullscreen input windows are supported and all
effects share the input window. This means there is at maximum one input
window. This simplifies the code in the Effects as they don't have to
keep track of the window they created any more. In EffectsHandler it
means that only one window needs to be created, destroyed and raised.
Also it means that we can properly react on screen size changes which had
been ignored in the past. Also quite some roundtrips to X are no longer
needed as we do not need to query the window geometry when creating the
input window.

REVIEW: 110156
2013-05-03 08:15:42 +02:00
..
CMakeLists.txt Use KConfigXT in FlipSwitch effect 2012-09-15 11:24:11 +02:00
flipswitch.cpp Change the way how effects can get mouse events 2013-05-03 08:15:42 +02:00
flipswitch.desktop SVN_SILENT made messages (.desktop file) 2013-05-02 09:17:01 +02:00
flipswitch.h Change the way how effects can get mouse events 2013-05-03 08:15:42 +02:00
flipswitch.kcfg general tabbox support for screenedges 2013-04-16 22:07:07 +02:00
flipswitch_config.cpp Use mgraesslin@kde.org for my mail address in Copyright and AboutData 2013-03-12 13:17:53 +01:00
flipswitch_config.desktop SVN_SILENT made messages (.desktop file) 2013-02-12 19:49:11 +01:00
flipswitch_config.h Use mgraesslin@kde.org for my mail address in Copyright and AboutData 2013-03-12 13:17:53 +01:00
flipswitch_config.ui Use KConfigXT in FlipSwitch effect 2012-09-15 11:24:11 +02:00
flipswitchconfig.kcfgc Use KConfigXT in FlipSwitch effect 2012-09-15 11:24:11 +02:00