-
e3c4c73f
by Dmitry Timoshkov at 2026-03-12T22:14:10+01:00
user32/tests: Make test_ShowWindow_mdichild() use real MDI child windows.
It's not enough to use "mdiclient" as a parent and specify WS_EX_MDICHILD
style, for a proper MDI child it's also necessary for an MDI child to call
DefMDIChildProc() for default message processing.
This change is required for tests in the next patch to succeed.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
6c68188f
by Dmitry Timoshkov at 2026-03-12T22:14:17+01:00
user32/tests: Test switching from a maximized MDI child to a child without WS_MAXIMIZEBOX.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
120891d0
by Dmitry Timoshkov at 2026-03-12T22:16:33+01:00
user32: Respect WS_MAXIMIZEBOX of the MDI child being activated.
Wine-Bug: http://bugs.winehq.org/show_bug.cgi?id=59361
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>