Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Re-enable the screensaver at exit, just in case it's needed...
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 12, 2009
1 parent 3f53e5d commit 8bd10a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/SDL_video.c
Expand Up @@ -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--;) {
Expand Down

0 comments on commit 8bd10a0

Please sign in to comment.