Backport r837761

Fix uninitialized variables.


svn path=/branches/KDE/4.1/kdebase/workspace/; revision=855124
This commit is contained in:
Luboš Luňák 2008-08-31 08:33:35 +00:00
parent d4e7c85d4f
commit 841a8f984c

View file

@ -28,6 +28,9 @@ namespace KWin
KWIN_EFFECT( maketransparent, MakeTransparentEffect )
MakeTransparentEffect::MakeTransparentEffect()
: fadeout( NULL )
, current( NULL )
, previous( NULL )
{
KConfigGroup conf = effects->effectConfig("MakeTransparent");
decoration = conf.readEntry( "Decoration", 1.0 );