Dmitry Timoshkov wrote:
"Anatoly Lyutin" vostok@etersoft.ru wrote:
/* test for switch maximized MDI children */
- ShowWindow(mdi_client, SW_SHOW); trace("creating maximized visible MDI child window 1(Switch
test)\n"); mdi_child = CreateWindowExA(WS_EX_MDICHILD, "MDI_child_class", "MDI child", WS_CHILD | WS_VISIBLE | WS_MAXIMIZEBOX | WS_MAXIMIZE,
Did you run the test under Windows after this change? For me this test doesn't pass under up to date XP neither in current, nor in new state.
Sorry. I could not run this test under XP. But in Win2k3 this test passes after this change too. I do not understand yet test system in Wine. I have written questions to devel-submit but nobody has answered me (except Stefan Doesinger but this answer has not solved my main question).
I will be glad all advices about test in Wine.