Make KWinModule first emit windowAdded(), then activeWindowChanged().

svn path=/trunk/kdebase/kwin/; revision=89414
icc-effect-5.14.5
Luboš Luňák 2001-03-30 11:50:22 +00:00
parent 4c03fa5c6f
commit c125639ccb
1 changed files with 1 additions and 1 deletions

View File

@ -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;