Initialize a variable, which could be read before it has been written to in a very, very unlikely case, with a useful value.
CCBUG: 196025 svn path=/trunk/KDE/kdebase/workspace/; revision=1004621
This commit is contained in:
parent
4a1461ef9d
commit
1e1cf86dc7
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ CubeEffect::CubeEffect()
|
|||
, cube_painting( false )
|
||||
, keyboard_grab( false )
|
||||
, schedule_close( false )
|
||||
, painting_desktop( 1 )
|
||||
, frontDesktop( 0 )
|
||||
, cubeOpacity( 1.0 )
|
||||
, opacityDesktopOnly( true )
|
||||
|
|
Loading…
Reference in a new issue