Added a real GUI message box to Sys_ErrorDialog() on Mac OS X.
Fixes Bugzilla #3654.
This commit is contained in:
parent
d03120f0b0
commit
f8604a64f4
4 changed files with 63 additions and 0 deletions
|
@ -46,6 +46,7 @@ unsigned int CON_LogRead( char *out, unsigned int outSize );
|
|||
|
||||
#ifdef MACOS_X
|
||||
char *Sys_StripAppBundle( char *pwd );
|
||||
void Sys_Cocoa_MsgBox( const char *text );
|
||||
#endif
|
||||
|
||||
void Sys_GLimpSafeInit( void );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue