Commit f56e6b92 authored by Sam Lantinga's avatar Sam Lantinga

Suspending the screensaver defaults off.

parent 515a3e58
...@@ -1311,7 +1311,7 @@ extern DECLSPEC void SDLCALL SDL_DestroyTexture(SDL_Texture * texture); ...@@ -1311,7 +1311,7 @@ extern DECLSPEC void SDLCALL SDL_DestroyTexture(SDL_Texture * texture);
extern DECLSPEC void SDLCALL SDL_DestroyRenderer(SDL_Window * window); 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_EnableScreenSaver()
* \sa SDL_DisableScreenSaver() * \sa SDL_DisableScreenSaver()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment