Xserver: show error message when server does not start

This commit is contained in:
pelya
2013-11-12 01:40:02 +02:00
parent f047192dba
commit 7d40446ea0
6 changed files with 37 additions and 7 deletions

View File

@@ -8,5 +8,6 @@ void XSDL_deinitSDL();
void XSDL_unpackFiles();
void XSDL_showConfigMenu(int * resolutionW, int * displayW, int * resolutionH, int * displayH);
void XSDL_generateBackground(const char * port, int showHelp);
void XSDL_showServerLaunchErrorMessage();
#endif