Reviewed and applied Matthias Ettrichs changes to make kaiman also visible
in the taskbar/tab focus (kaiman use NET::Override as netwm flag). svn path=/trunk/kdebase/kwin/; revision=63197
This commit is contained in:
parent
2077f51714
commit
584d9248a3
1 changed files with 1 additions and 1 deletions
|
@ -2398,7 +2398,7 @@ NET::WindowType Client::windowType() const
|
||||||
|
|
||||||
bool Client::wantsTabFocus() const
|
bool Client::wantsTabFocus() const
|
||||||
{
|
{
|
||||||
return windowType() == NET::Normal && ( input || Ptakefocus ) && !skip_taskbar;
|
return (windowType() == NET::Normal || windowType() == NET::Override ) && ( input || Ptakefocus ) && !skip_taskbar;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Reference in a new issue