Updated documentation of SDL_IsScreenSaverEnabled().
The screensaver is deactivated by default since SDL 2.0.2.
1.1 --- a/include/SDL_video.h Fri May 20 22:15:58 2016 +0200
1.2 +++ b/include/SDL_video.h Fri May 20 22:18:15 2016 +0200
1.3 @@ -1017,7 +1017,7 @@
1.4
1.5
1.6 /**
1.7 - * \brief Returns whether the screensaver is currently enabled (default on).
1.8 + * \brief Returns whether the screensaver is currently enabled (default off).
1.9 *
1.10 * \sa SDL_EnableScreenSaver()
1.11 * \sa SDL_DisableScreenSaver()