Added a hint system to allow configuration hints to be specified by the application.

This commit is contained in:
Sam Lantinga 2011-02-05 10:02:39 -08:00
parent d3229ca45a
commit 7f7bf51bdb
5 changed files with 222 additions and 0 deletions

View file

@ -246,6 +246,7 @@ SDL_Quit(void)
/* Uninstall any parachute signal handlers */
SDL_UninstallParachute();
SDL_ClearHints();
SDL_AssertionsQuit();
#ifdef DEBUG_BUILD