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:
Luboš Luňák 2002-10-18 13:25:19 +00:00
parent 6a1b175c7f
commit 5aaf02f39f

View file

@ -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();