bugfixes, what else
svn path=/trunk/kdebase/kwin/; revision=34019
This commit is contained in:
parent
9a0ea6b949
commit
486f0d604d
2 changed files with 1 additions and 1 deletions
|
@ -540,6 +540,7 @@ bool Client::unmapNotify( XUnmapEvent& e )
|
|||
void Client::withdraw()
|
||||
{
|
||||
setMappingState( WithdrawnState );
|
||||
KWM::moveToDesktop( win, -1 ); // compatibility
|
||||
releaseWindow();
|
||||
workspace()->destroyClient( this );
|
||||
}
|
||||
|
|
|
@ -413,7 +413,6 @@ bool Workspace::destroyClient( Client* c)
|
|||
{
|
||||
if ( !c )
|
||||
return FALSE;
|
||||
qDebug("Workspace:.destroyClient");
|
||||
clients.remove( c );
|
||||
stacking_order.remove( c );
|
||||
focus_chain.remove( c );
|
||||
|
|
Loading…
Reference in a new issue