Re: Child windows require IsWindowVisible() test in DestroyWindow()
24 Feb
2005
24 Feb
'05
4:29 p.m.
"Dmitry Timoshkov" <dmitry(a)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(a)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. -- Dmitry.
7595
Age (days ago)
7595
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov