Fix uninitialized variables.

svn path=/trunk/KDE/kdebase/workspace/; revision=837761
This commit is contained in:
Luboš Luňák 2008-07-25 16:46:27 +00:00
parent 0581746327
commit 31444aad22

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 );