Oh boy, was I really so stupid to make assumptions based on what xv does?
svn path=/trunk/kdebase/kwin/; revision=184487
This commit is contained in:
parent
6a1b175c7f
commit
5aaf02f39f
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ bool Client::manage( bool isMapped, bool doNotShow, bool isInitial )
|
|||
|
||||
unsigned long usertime = 0;
|
||||
if ( !isTransient() && !session && ac && !ac->isDesktop() &&
|
||||
ac->resourceName() != resourceName() &&
|
||||
ac->resourceClass() != resourceClass() &&
|
||||
( usertime = userTime() ) > 0 && ac->userTime() > usertime ) {
|
||||
workspace()->stackClientUnderActive( this );
|
||||
show();
|
||||
|
|
Loading…
Reference in a new issue