Child windows require IsWindowVisible() test in DestroyWindow()

Dmitry Timoshkov dmitry at baikal.ru
Thu Feb 24 10:29:28 CST 2005


"Dmitry Timoshkov" <dmitry at 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 at 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.




More information about the wine-devel mailing list