Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Suspending the screensaver defaults off.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 30, 2010
1 parent 969f333 commit 4106399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_video.h
Expand Up @@ -1311,7 +1311,7 @@ extern DECLSPEC void SDLCALL SDL_DestroyTexture(SDL_Texture * texture);
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()
Expand Down

0 comments on commit 4106399

Please sign in to comment.