From 9df1af352f4c8bbd07b1fb046a7696412935be14 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 9 Oct 2022 15:44:07 +0000 Subject: [PATCH] Sync SDL wiki -> header --- include/SDL_video.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/SDL_video.h b/include/SDL_video.h index 0b75c7d57..d9dce43a9 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -1811,6 +1811,9 @@ extern DECLSPEC void SDLCALL SDL_EnableScreenSaver(void); * If you disable the screensaver, it is automatically re-enabled when SDL * quits. * + * The screensaver is disabled by default since SDL 2.0.2. Before SDL 2.0.2 + * the screensaver was enabled by default. + * * \since This function is available since SDL 2.0.0. * * \sa SDL_EnableScreenSaver