Disable debug output for now.
svn path=/trunk/kdebase/kwin/; revision=253820
This commit is contained in:
parent
8261663d5d
commit
0a84495ba9
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ Client* Workspace::topClientOnDesktop( int desktop ) const
|
||||||
|
|
||||||
Client* Workspace::findDesktop( bool topmost, int desktop ) const
|
Client* Workspace::findDesktop( bool topmost, int desktop ) const
|
||||||
{
|
{
|
||||||
Q_ASSERT( block_stacking_updates == 0 );
|
// TODO Q_ASSERT( block_stacking_updates == 0 );
|
||||||
if( topmost )
|
if( topmost )
|
||||||
{
|
{
|
||||||
for ( ClientList::ConstIterator it = stacking_order.fromLast(); it != stacking_order.end(); --it)
|
for ( ClientList::ConstIterator it = stacking_order.fromLast(); it != stacking_order.end(); --it)
|
||||||
|
|
Loading…
Reference in a new issue