Ouch ... thanks to Ossi for noticing.
svn path=/trunk/kdebase/kwin/; revision=266865
This commit is contained in:
parent
e243bdd43c
commit
e7c55a0c89
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ bool Client::belongToSameApplication( const Client* c1, const Client* c2, bool a
|
|||
; // "different" apps
|
||||
else if( c1->pid() == 0 || c2->pid() == 0 )
|
||||
; // old apps that don't have _NET_WM_PID, consider them different
|
||||
else
|
||||
same_app = true; // looks like it's the same app
|
||||
return same_app;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue