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:
parent
92091bf9b8
commit
a097a4105f
1 changed files with 1 additions and 0 deletions
|
@ -2375,6 +2375,7 @@ SDL_VideoQuit(void)
|
||||||
}
|
}
|
||||||
/* Halt event processing before doing anything else */
|
/* Halt event processing before doing anything else */
|
||||||
SDL_StopEventLoop();
|
SDL_StopEventLoop();
|
||||||
|
SDL_EnableScreenSaver();
|
||||||
|
|
||||||
/* Clean up the system video */
|
/* Clean up the system video */
|
||||||
for (i = _this->num_displays; i--;) {
|
for (i = _this->num_displays; i--;) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue