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

List:       kde-commits
Subject:    KDE/kdebase/workspace/kwin
From:       Martin Gräßlin <kde () martin-graesslin ! com>
Date:       2011-01-13 20:36:24
Message-ID: 20110113203624.327E0AC8B3 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1214264 by graesslin:

Include the desktop window from active screen in alt+tab.

For the tabbox mode to include the desktop window a random desktop
window was picked in a multi screen setup. Now the desktop window
of the current active screen is picked.
CCBUG: 262139

 M  +1 -1      tabbox.cpp  


--- trunk/KDE/kdebase/workspace/kwin/tabbox.cpp #1214263:1214264
@@ -197,7 +197,7 @@
     {
     foreach( const Client* client, Workspace::self()->stackingOrder() )
         {
-        if( client->isDesktop() && client->isOnCurrentDesktop() )
+        if( client->isDesktop() && client->isOnCurrentDesktop() && client->screen() \
== Workspace::self()->activeScreen() )  {
             return client->tabBoxClient();
             }


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

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