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()
|
void Client::withdraw()
|
||||||
{
|
{
|
||||||
setMappingState( WithdrawnState );
|
setMappingState( WithdrawnState );
|
||||||
|
KWM::moveToDesktop( win, -1 ); // compatibility
|
||||||
releaseWindow();
|
releaseWindow();
|
||||||
workspace()->destroyClient( this );
|
workspace()->destroyClient( this );
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 );
|
||||||
|
|
Loading…
Reference in a new issue