diff include/SDL_video.h @ 4875:22ce07e8e824

Suspending the screensaver defaults off.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 29 Aug 2010 21:41:11 -0700
parents 2b1bcf74e4c4
children 876f97bc7275
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()