summary refs log tree commit diff
path: root/sol.c
diff options
context:
space:
mode:
Diffstat (limited to 'sol.c')
-rw-r--r--sol.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sol.c b/sol.c
index 48a61a2..890ad89 100644
--- a/sol.c
+++ b/sol.c
@@ -327,6 +327,8 @@ int main(int argc, char *argv[]) {
 	if (SDL_Init(SDL_INIT_VIDEO) < 0) err("SDL_Init");
 	atexit(SDL_Quit);
 
+	SDL_SetHint(SDL_HINT_VIDEO_ALLOW_SCREENSAVER, "1");
+
 	struct Paths paths;
 	if (assetPaths(&paths) < 0) err("SDL_GetPrefPath");