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

List:       kde-commits
Subject:    branches/KDE/3.4/kdebase/kwin
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2005-07-21 14:41:54
Message-ID: 1121956914.593161.22404.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 437322 by lunakl:

Backport 108020.



 M  +2 -2      layers.cpp  


--- branches/KDE/3.4/kdebase/kwin/layers.cpp #437321:437322
@@ -723,8 +723,8 @@
     const Client* ac = workspace()->mostRecentlyActivatedClient(); // instead of \
                activeClient() - avoids flicker
     const Client* top = workspace()->topClientOnDesktop( desktop(), true );
     if( isFullScreen() && ac != NULL && top != NULL
-        && ( ac == this || this->hasTransient( ac, true ))
-        && ( top == this || this->hasTransient( top, true )))
+          && ( ac == this || this->group() == ac->group())
+          && ( top == this || this->group() == top->group()))
         return ActiveLayer;
     if( keepAbove())
         return AboveLayer;


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

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