Oops, sorry.

svn path=/trunk/kdebase/kwin/; revision=288956
icc-effect-5.14.5
Luboš Luňák 2004-02-18 09:47:38 +00:00
parent f5433a4e1d
commit a483fdeca7
1 changed files with 4 additions and 2 deletions

View File

@ -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 )
{