Alexandre Julliard pushed to branch master at wine / wine
Commits: f163d1dd by Paul Gofman at 2025-11-26T18:24:04+01:00 win32u: Ignore startup cmd show mode for owned windows.
Fixes a regression introduced by 8d7de32cd646f3d1f118836e643e6146c9837278.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59034
- - - - - 424f9d01 by Paul Gofman at 2025-11-26T18:24:08+01:00 win32u: Fetch startup info flags during initialization.
And use those to track first use instead of first_window parameter.
- - - - - 16085b9c by Paul Gofman at 2025-11-26T18:24:08+01:00 win32u: Implement NtUserModifyUserStartupInfoFlags().
- - - - - 4b7d4959 by Paul Gofman at 2025-11-26T18:24:08+01:00 user32/tests: Add tests showing that MessageBox() resets STARTF_USESHOWWINDOW.
- - - - - 6bf3310f by Paul Gofman at 2025-11-26T18:24:08+01:00 win32u: Clear STARTF_USESHOWWINDOW in MessageBoxIndirectW().
Fixes a regression introduced by 8d7de32cd646f3d1f118836e643e6146c9837278.
- - - - -
11 changed files:
- dlls/user32/msgbox.c - dlls/user32/tests/dialog.c - dlls/user32/tests/win.c - dlls/win32u/class.c - dlls/win32u/main.c - dlls/win32u/win32syscalls.h - dlls/win32u/win32u.spec - dlls/win32u/win32u_private.h - dlls/win32u/window.c - dlls/wow64win/user.c - include/ntuser.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bca0e5704dc81fc48179ccddc86e3c...