[Git][wine/wine][master] 3 commits: user32/tests: Make test_ShowWindow_mdichild() use real MDI child windows.
Alexandre Julliard pushed to branch master at wine / wine Commits: 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> - - - - - 2 changed files: - dlls/user32/mdi.c - dlls/user32/tests/win.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5cba4739989d49faee08e1606dff57... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5cba4739989d49faee08e1606dff57... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)