bugfixes, what else

svn path=/trunk/kdebase/kwin/; revision=34019
This commit is contained in:
Matthias Ettrich 1999-11-16 02:03:14 +00:00
parent 9a0ea6b949
commit 486f0d604d
2 changed files with 1 additions and 1 deletions

View file

@ -540,6 +540,7 @@ bool Client::unmapNotify( XUnmapEvent& e )
void Client::withdraw() void Client::withdraw()
{ {
setMappingState( WithdrawnState ); setMappingState( WithdrawnState );
KWM::moveToDesktop( win, -1 ); // compatibility
releaseWindow(); releaseWindow();
workspace()->destroyClient( this ); workspace()->destroyClient( this );
} }

View file

@ -413,7 +413,6 @@ bool Workspace::destroyClient( Client* c)
{ {
if ( !c ) if ( !c )
return FALSE; return FALSE;
qDebug("Workspace:.destroyClient");
clients.remove( c ); clients.remove( c );
stacking_order.remove( c ); stacking_order.remove( c );
focus_chain.remove( c ); focus_chain.remove( c );