CVS commit by lunakl: Some cleanups. M +3 -13 layers.cpp 2.41 --- kdebase/kwin/layers.cpp #2.40:2.41 @@ -115,5 +115,5 @@ void Workspace::updateStackingOrder( boo it != stacking_order.end(); ++it ) - kdDebug() << (void*)(*it) << *it << endl; + kdDebug() << (void*)(*it) << *it << ":" << (*it)->layer() << endl; } #endif @@ -183,14 +183,4 @@ void Workspace::propagateClients( bool p rootInfo->setClientListStacking( cl, pos ); delete [] cl; - -#if 0 // not necessary anymore? - if ( tab_box->isVisible() ) - tab_box->raise(); - - if ( popupinfo->isVisible() ) - popupinfo->raise(); - - raiseElectricBorders(); -#endif } @@ -505,5 +495,5 @@ ClientList Workspace::constrainedStackin it != stacking.end(); ++it ) - kdDebug() << (void*)(*it) << *it << endl; + kdDebug() << (void*)(*it) << *it << ":" << (*it)->layer() << endl; #endif // now keep transients above their mainwindows @@ -572,5 +562,5 @@ ClientList Workspace::constrainedStackin it != stacking.end(); ++it ) - kdDebug() << (void*)(*it) << *it << endl; + kdDebug() << (void*)(*it) << *it << ":" << (*it)->layer() << endl; kdDebug() << "\n\n" << endl; #endif