Updated documentation of SDL_IsScreenSaverEnabled().

The screensaver is deactivated by default since SDL 2.0.2.
This commit is contained in:
Philipp Wiesemann 2016-05-20 22:18:15 +02:00
parent d4140ca473
commit 6255c8584a
1 changed files with 1 additions and 1 deletions

View File

@ -1017,7 +1017,7 @@ extern DECLSPEC void SDLCALL SDL_DestroyWindow(SDL_Window * window);
/** /**
* \brief Returns whether the screensaver is currently enabled (default on). * \brief Returns whether the screensaver is currently enabled (default off).
* *
* \sa SDL_EnableScreenSaver() * \sa SDL_EnableScreenSaver()
* \sa SDL_DisableScreenSaver() * \sa SDL_DisableScreenSaver()