more staying on top

svn path=/trunk/kdebase/kwin/; revision=56113
This commit is contained in:
Matthias Ettrich 2000-07-11 14:49:52 +00:00
parent c3a382cac9
commit 99211a9236
2 changed files with 3 additions and 5 deletions

View file

@ -562,6 +562,7 @@ void Client::manage( bool isMapped )
setMappingState( state );
if ( state == NormalState && isOnDesktop( workspace()->currentDesktop() ) ) {
Events::raise( isTransient() ? Events::TransNew : Events::New );
workspace()->raiseClient( this ); // ensure constrains
show();
if ( options->focusPolicyIsReasonable() && wantsTabFocus() )
workspace()->requestFocus( this );

View file

@ -349,9 +349,6 @@ void Workspace::init()
updateClientArea();
// initialize stacking
if ( stacking_order.last() )
raiseClient( stacking_order.last() );
}
Workspace::~Workspace()