From kde-commits Thu Mar 10 15:55:47 2005 From: =?utf-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 10 Mar 2005 15:55:47 +0000 To: kde-commits Subject: kdebase/kwin Message-Id: <20050310155547.BAA4117B90 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111047015512444 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