Mercurial > sdl-ios-xcode
changeset 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 | 1c4a059966bd |
children | f13ad181f5b2 |
files | src/video/SDL_video.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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--;) {