Explorar o código

Updated documentation of SDL_IsScreenSaverEnabled().

The screensaver is deactivated by default since SDL 2.0.2.
Philipp Wiesemann %!s(int64=10) %!d(string=hai) anos
pai
achega
6255c8584a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/SDL_video.h

+ 1 - 1
include/SDL_video.h

@@ -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_DisableScreenSaver()