Mercurial > sdl-ios-xcode
changeset 4875:22ce07e8e824
Suspending the screensaver defaults off.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 29 Aug 2010 21:41:11 -0700 |
parents | 8288636b861d |
children | 876f97bc7275 |
files | include/SDL_video.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_video.h Sun Aug 29 16:55:58 2010 -0700 +++ b/include/SDL_video.h Sun Aug 29 21:41:11 2010 -0700 @@ -1311,7 +1311,7 @@ extern DECLSPEC void SDLCALL SDL_DestroyRenderer(SDL_Window * window); /** - * \brief Returns whether the screensaver is currently enabled (default off). + * \brief Returns whether the screensaver is currently enabled (default on). * * \sa SDL_EnableScreenSaver() * \sa SDL_DisableScreenSaver()