Obey activation from Kicker etc. even with high focus stealing prevention

levels.
CCMAIL: 90733-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=352123
This commit is contained in:
Luboš Luňák 2004-10-05 15:46:43 +00:00
parent 76fcdb01d0
commit 053e2f669d

View file

@ -114,7 +114,7 @@ void RootInfo::changeActiveWindow( Window w, NET::RequestSource src, Time timest
if( src != NET::FromApplication && src != FromTool )
src = NET::FromTool;
if( src == NET::FromTool )
workspace->activateClient( c );
workspace->activateClient( c, true ); // force
else // NET::FromApplication
{
Client* c2;