Make KWinModule first emit windowAdded(), then activeWindowChanged().
svn path=/trunk/kdebase/kwin/; revision=89414
This commit is contained in:
parent
4c03fa5c6f
commit
c125639ccb
1 changed files with 1 additions and 1 deletions
|
@ -495,8 +495,8 @@ bool Workspace::workspaceEvent( XEvent * e )
|
|||
}
|
||||
}
|
||||
if ( c ) {
|
||||
bool result = c->windowEvent( e );
|
||||
propagateClients();
|
||||
bool result = c->windowEvent( e );
|
||||
if ( c == desktop_client )
|
||||
setDesktopClient( c );
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue