diff src/SDL.c @ 5192:6f6a9340fb93

Added a hint system to allow configuration hints to be specified by the application.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Feb 2011 10:02:39 -0800
parents dc0dfdd58f27
children 2ee8112bfc6b
line wrap: on
line diff
--- a/src/SDL.c	Sat Feb 05 01:03:51 2011 -0800
+++ b/src/SDL.c	Sat Feb 05 10:02:39 2011 -0800
@@ -246,6 +246,7 @@
     /* Uninstall any parachute signal handlers */
     SDL_UninstallParachute();
 
+    SDL_ClearHints();
     SDL_AssertionsQuit();
 
 #ifdef DEBUG_BUILD