Option to use SDL_UpdateRects optimization, updated XServer

This commit is contained in:
Sergii Pylypenko
2013-11-07 21:10:27 +02:00
parent bbb31b47e7
commit 185def5931
11 changed files with 69 additions and 21 deletions

View File

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