Re-enable the screensaver at exit, just in case it's needed...

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403491
This commit is contained in:
Sam Lantinga 2009-01-12 08:23:47 +00:00
parent 92091bf9b8
commit a097a4105f

View file

@ -2375,6 +2375,7 @@ SDL_VideoQuit(void)
}
/* Halt event processing before doing anything else */
SDL_StopEventLoop();
SDL_EnableScreenSaver();
/* Clean up the system video */
for (i = _this->num_displays; i--;) {