From 556d9b84971b81d86874b629380627f6cf7f6c26 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Tue, 30 Apr 2024 10:45:12 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_video.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h index 61e0c52bf..0bf26e496 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -2231,7 +2231,8 @@ extern DECLSPEC int SDLCALL SDL_EnableScreenSaver(void); * If you disable the screensaver, it is automatically re-enabled when SDL * quits. * - * The screensaver is disabled by default. + * The screensaver is disabled by default, but this may by changed by + * SDL_HINT_VIDEO_ALLOW_SCREENSAVER. * * \returns 0 on success or a negative error code on failure; call * SDL_GetError() for more information.