-
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.