[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-23 13:49:50
Message-ID: 20050323134950.E14E83CD () office ! kde ! org
[Download RAW message or body]

CVS commit by lunakl: 

When activation is forced, always request focus for the window, even
with unreasonable focus policies. Fixes focusing kicker applets.
BUG: 96028


  M +2 -1      activation.cpp   2.50


--- kdebase/kwin/activation.cpp  #2.49:2.50
@@ -276,5 +276,6 @@ void Workspace::activateClient( Client* 
         c->unminimize();
 
-    if( options->focusPolicyIsReasonable())
+// TODO force should perhaps allow this only if the window already contains the mouse
+    if( options->focusPolicyIsReasonable() || force )
         requestFocus( c, force );
 


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

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