Commit a097a410 authored by Sam Lantinga's avatar Sam Lantinga

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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403491
parent 92091bf9
......@@ -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--;) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment