|
|
|
|
@ -44,7 +44,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
#include "glide/glide_config.h" |
|
|
|
|
#include "invert/invert_config.h" |
|
|
|
|
#include "lookingglass/lookingglass_config.h" |
|
|
|
|
#if 0 |
|
|
|
|
// Magnifier currently broken due to removed PaintClipper
|
|
|
|
|
#include "magnifier/magnifier_config.h" |
|
|
|
|
#endif |
|
|
|
|
#include "mousemark/mousemark_config.h" |
|
|
|
|
#include "trackmouse/trackmouse_config.h" |
|
|
|
|
#include "wobblywindows/wobblywindows_config.h" |
|
|
|
|
@ -80,7 +83,9 @@ KWIN_EFFECT_CONFIG_MULTIPLE(builtins, |
|
|
|
|
KWIN_EFFECT_CONFIG_SINGLE(glide, GlideEffectConfig) |
|
|
|
|
KWIN_EFFECT_CONFIG_SINGLE(invert, InvertEffectConfig) |
|
|
|
|
KWIN_EFFECT_CONFIG_SINGLE(lookingglass, LookingGlassEffectConfig) |
|
|
|
|
#if 0 |
|
|
|
|
KWIN_EFFECT_CONFIG_SINGLE(magnifier, MagnifierEffectConfig) |
|
|
|
|
#endif |
|
|
|
|
KWIN_EFFECT_CONFIG_SINGLE(mousemark, MouseMarkEffectConfig) |
|
|
|
|
KWIN_EFFECT_CONFIG_SINGLE(trackmouse, TrackMouseEffectConfig) |
|
|
|
|
KWIN_EFFECT_CONFIG_SINGLE(wobblywindows, WobblyWindowsEffectConfig) |
|
|
|
|
|