mirror of
https://github.com/yawut/SDL.git
synced 2026-09-12 02:56:34 -05:00
Re-enable the screensaver at exit, just in case it's needed...
This commit is contained in:
@@ -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--;) {
|
||||
|
||||
Reference in New Issue
Block a user