Skip to content

Commit

Permalink
Updated documentation of SDL_IsScreenSaverEnabled().
Browse files Browse the repository at this point in the history
The screensaver is deactivated by default since SDL 2.0.2.
  • Loading branch information
philippwiesemann committed May 20, 2016
1 parent d4140ca commit 6255c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_video.h
Expand Up @@ -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()
Expand Down

0 comments on commit 6255c85

Please sign in to comment.