diff --git a/VERSION b/VERSION index e81baf92..3bb06c45 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-rc5-0-g780bb248f7+1 \ No newline at end of file +B1-rc5-1-g22238c3200+1 \ No newline at end of file diff --git a/client/src/main.c b/client/src/main.c index d7754ac3..6391c51e 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -1073,7 +1073,10 @@ int run() SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0"); if (!params.noScreensaver) + { SDL_SetHint(SDL_HINT_VIDEO_ALLOW_SCREENSAVER, "1"); + SDL_EnableScreenSaver(); + } if (!params.center) SDL_SetWindowPosition(state.window, params.x, params.y);