Andrew Eikum : user32: Don' t always insert menu items during WM_MDISETMENU.
Module: wine Branch: master Commit: c1c3198aa4e7f62eedcd960351fc458694171b99 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c1c3198aa4e7f62eedcd960351... Author: Andrew Eikum <aeikum(a)codeweavers.com> Date: Fri Aug 5 15:08:38 2016 -0500 user32: Don't always insert menu items during WM_MDISETMENU. MSDN says WM_MDISETMENU shouldn't change the frame menu if it is given as NULL. Tests bear that out. Some other tests are included to show we haven't broken behavior on e.g. initially maximized MDI child windows. Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/user32/mdi.c | 11 ------ dlls/user32/tests/win.c | 100 ++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 97 insertions(+), 14 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c1c3198aa4e7f62eedcd96...
participants (1)
-
Alexandre Julliard