March 19, 2005
Another restack fix
If a window is minimized it does not participate in window restacking. But if it gets restored the stack change message is sent before it is restored so it was not restacked.
I fixed it by forcing a restack right after the window got restored. Quite a hack, but I don't see any other solution