Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
5191:59e0688d766f | 5192:6f6a9340fb93 |
---|---|
244 #endif | 244 #endif |
245 | 245 |
246 /* Uninstall any parachute signal handlers */ | 246 /* Uninstall any parachute signal handlers */ |
247 SDL_UninstallParachute(); | 247 SDL_UninstallParachute(); |
248 | 248 |
249 SDL_ClearHints(); | |
249 SDL_AssertionsQuit(); | 250 SDL_AssertionsQuit(); |
250 | 251 |
251 #ifdef DEBUG_BUILD | 252 #ifdef DEBUG_BUILD |
252 printf("[SDL_Quit] : Returning!\n"); | 253 printf("[SDL_Quit] : Returning!\n"); |
253 fflush(stdout); | 254 fflush(stdout); |