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

This commit is contained in:
Sam Lantinga
2009-01-12 08:23:47 +00:00
parent 5670d9e19e
commit 06bfd7d230

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--;) {