Fix uninitialized variables.
svn path=/trunk/KDE/kdebase/workspace/; revision=837761
This commit is contained in:
parent
0581746327
commit
31444aad22
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