include: Removed some SDL2 references in the documentation.

This commit is contained in:
Ryan C. Gordon
2024-04-13 09:23:22 -04:00
parent 98e9f361a8
commit f01b34fd8d
6 changed files with 19 additions and 33 deletions

View File

@@ -2199,8 +2199,7 @@ extern DECLSPEC void SDLCALL SDL_DestroyWindow(SDL_Window *window);
/**
* Check whether the screensaver is currently enabled.
*
* The screensaver is disabled by default since SDL 2.0.2. Before SDL 2.0.2
* the screensaver was enabled by default.
* The screensaver is disabled by default.
*
* The default can also be changed using `SDL_HINT_VIDEO_ALLOW_SCREENSAVER`.
*
@@ -2233,8 +2232,7 @@ 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 since SDL 2.0.2. Before SDL 2.0.2
* the screensaver was enabled by default.
* The screensaver is disabled by default.
*
* \returns 0 on success or a negative error code on failure; call
* SDL_GetError() for more information.