Oops, sorry.
svn path=/trunk/kdebase/kwin/; revision=288956
This commit is contained in:
parent
f5433a4e1d
commit
a483fdeca7
1 changed files with 4 additions and 2 deletions
|
@ -122,15 +122,17 @@ void Workspace::updateClientArea( bool force )
|
|||
}
|
||||
}
|
||||
}
|
||||
#if 0
|
||||
for( int i = 1;
|
||||
i <= numberOfDesktops();
|
||||
++i )
|
||||
{
|
||||
for( int iS = 0;
|
||||
iS < nscreens;
|
||||
iS ++ );
|
||||
// kdDebug () << "new_sarea: " << new_sareas[ i ][ iS ] << endl;
|
||||
iS ++ )
|
||||
kdDebug () << "new_sarea: " << new_sareas[ i ][ iS ] << endl;
|
||||
}
|
||||
#endif
|
||||
// TODO topmenu update for screenarea changes?
|
||||
if( topmenu_space != NULL )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue