Backport r837761
Fix uninitialized variables. svn path=/branches/KDE/4.1/kdebase/workspace/; revision=855124
This commit is contained in:
parent
d4e7c85d4f
commit
841a8f984c
1 changed files with 3 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue