I missed one propagateClients() call.

svn path=/trunk/kdebase/kwin/; revision=197007
This commit is contained in:
Luboš Luňák 2003-01-02 17:09:00 +00:00
parent a4b6ba8032
commit 67b77176dd

View file

@ -1301,6 +1301,7 @@ void Workspace::circulateDesktopApplications()
new_stack[i++] = (*it)->winId();
XRestackWindows(qt_xdisplay(), new_stack, i);
delete [] new_stack;
propagateClients( true, false );
}
void Workspace::addClient( Client* c )