transients again

svn path=/trunk/kdebase/kwin/; revision=33640
This commit is contained in:
Matthias Ettrich 1999-11-13 02:02:10 +00:00
parent eb472b9ed5
commit 6862ff3dcb

View file

@ -878,6 +878,8 @@ void Workspace::raiseClient( Client* c )
t2 = findClient( t->transientFor() );
if ( t2 == c )
goto end;
if ( t2 == t )
break;
t = t2;
}
raiseClient( t );