Mercurial > sdl-ios-xcode
diff src/video/SDL_video.c @ 3029:89f8a72e1ee9
Re-enable the screensaver at exit, just in case it's needed...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 12 Jan 2009 08:23:47 +0000 |
parents | 54fac87e1f34 |
children | aa34d1180d30 |
line wrap: on
line diff
--- a/src/video/SDL_video.c Mon Jan 12 08:23:12 2009 +0000 +++ b/src/video/SDL_video.c Mon Jan 12 08:23:47 2009 +0000 @@ -2375,6 +2375,7 @@ } /* Halt event processing before doing anything else */ SDL_StopEventLoop(); + SDL_EnableScreenSaver(); /* Clean up the system video */ for (i = _this->num_displays; i--;) {