Dmitry Timoshkov dmitry@codeweavers.com writes:
This patch fixes the problem reported in the bug 12001.
This version of the patch uses an internal message to fetch window state from a foreign thread. Another aproach could be to store the window state in the server, but that would require to introduce another server call for it.
I'd be surprised if GetWindowPlacement required the other thread to be running a message loop on Windows...