Fix DesktopChangeSlide effect creation.
svn path=/branches/work/kwin_composite/; revision=631344
This commit is contained in:
parent
12478151a2
commit
bcfa67e91a
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,6 @@ EffectsHandler::EffectsHandler()
|
|||
if( !compositing())
|
||||
return;
|
||||
KWinInternal::effects = this;
|
||||
// effects.append( new DesktopChangeSlideEffect );
|
||||
|
||||
registerEffect("ShowFps", new GenericEffectFactory<ShowFpsEffect>);
|
||||
registerEffect("Zoom", new GenericEffectFactory<ZoomEffect>);
|
||||
|
@ -135,6 +134,7 @@ EffectsHandler::EffectsHandler()
|
|||
registerEffect("FadeOut", new GenericEffectFactory<FadeOutEffect>);
|
||||
registerEffect("ScaleIn", new GenericEffectFactory<ScaleInEffect>);
|
||||
registerEffect("DialogParent", new GenericEffectFactory<DialogParentEffect>);
|
||||
registerEffect("DesktopChangeSlide", new GenericEffectFactory<DesktopChangeSlideEffect>);
|
||||
registerEffect("TestInput", new GenericEffectFactory<TestInputEffect>);
|
||||
|
||||
QStringList::const_iterator effectsIterator;
|
||||
|
|
Loading…
Reference in a new issue