[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kwin
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2005-03-10 15:55:47
Message-ID: 20050310155547.BAA4117B90 () office ! kde ! org
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic