Skip to content
Snippets Groups Projects
Commit 28bcd354 authored by deuce's avatar deuce
Browse files

Allow the screensaver when SyncTERM is running. :D

parent 973acd73
No related branches found
No related tags found
No related merge requests found
......@@ -262,6 +262,7 @@ int init_sdl_video(void)
use_sdl_video=TRUE;
sdl.SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "1" );
sdl.SetHint(SDL_HINT_VIDEO_ALLOW_SCREENSAVER, "1" );
#ifdef _WIN32
/* Fail to windib (ie: No mouse attached) */
if(sdl.Init(SDL_INIT_VIDEO)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment