Module: wine Branch: refs/heads/master Commit: 97c111d0d00ba2e4779e7f183ae4d8cfef2fb40e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=97c111d0d00ba2e4779e7f18... Author: Dmitry Timoshkov <dmitry(a)codeweavers.com> Date: Tue May 16 19:33:19 2006 +0900 user32: Add more ShowWindow tests. Move ShowWindow tests for children with an invisible parent into a separate test, add more ShowWindow tests. The tests show that an assumption in dlls/x11drv/winpos.c that SetWindowPos should not be called on a child with an invisible parent is not always true. --- dlls/user/tests/msg.c | 266 ++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 230 insertions(+), 36 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=97c111d0d00ba2e4779e...