Commit 6255c8584a5bc67b5ae16d1168b411df8d155d2f

Philipp Wiesemann 2016-05-20T22:18:15

Updated documentation of SDL_IsScreenSaverEnabled(). The screensaver is deactivated by default since SDL 2.0.2.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_video.h b/include/SDL_video.h
index f68bc56..b909602 100644
--- a/include/SDL_video.h
+++ b/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()