12 Feb
2025
12 Feb
'25
6:13 a.m.
From: Anton Baskanov <baskanov(a)gmail.com> This makes the dialog visible when a fullscreen app crashes. --- programs/winedbg/winedbg.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/winedbg/winedbg.rc b/programs/winedbg/winedbg.rc index f2fbe572980..6f2f7d1aa96 100644 --- a/programs/winedbg/winedbg.rc +++ b/programs/winedbg/winedbg.rc @@ -46,6 +46,7 @@ END IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +EXSTYLE WS_EX_TOPMOST CAPTION "Program Error" FONT 8, "MS Shell Dlg" BEGIN -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7315