"Dmitry Timoshkov" dmitry@baikal.ru wrote:
in the msg.c,test_DestroyWindow() test case adding WS_VISIBLE to all windows except a parent shows that behaviour doesn't change for child windows but a popup window starts to receive WM_WINDOWPOSCHANGING and friends indicating that child windows require IsWindowVisible() test.
I don't want to add that to the real test in order to keep the test as simple as possible.
Changelog: Dmitry Timoshkov dmitry@codeweavers.com A test shows that child windows require IsWindowVisible() test in DestroyWindow() in order to suppress ShowWindow() call.
Alexandre, please do not apply this patch, it's wrong.