Fix uninitialized member variable (valgrind found it)
svn path=/trunk/KDE/kdebase/workspace/; revision=662651
This commit is contained in:
parent
d05ac624be
commit
10156797bd
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ Toplevel::Toplevel( Workspace* ws )
|
|||
, damage_handle( None )
|
||||
, is_shape( false )
|
||||
, effect_window( NULL )
|
||||
, wmClientLeaderWin( 0 )
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue