mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
swr: [rasterizer common] foreground win32 assert dialog
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
33d4c2c798
commit
2031baffb5
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ bool SwrAssert(
|
|||
"\n\n*** NO DEBUGGER DETECTED ***\n\nPressing \"Try Again\" will cause a program crash!");
|
||||
}
|
||||
|
||||
retval = MessageBoxA(nullptr, msgBuf, "Assert Failed", MB_CANCELTRYCONTINUE | MB_ICONEXCLAMATION);
|
||||
retval = MessageBoxA(nullptr, msgBuf, "Assert Failed", MB_CANCELTRYCONTINUE | MB_ICONEXCLAMATION | MB_SETFOREGROUND);
|
||||
|
||||
switch (retval)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue