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:
Stefan Westerfeld 2000-09-08 20:52:31 +00:00
parent 2077f51714
commit 584d9248a3

View file

@ -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;
} }
/*! /*!