equal
deleted
inserted
replaced
1015 */ |
1015 */ |
1016 extern DECLSPEC void SDLCALL SDL_DestroyWindow(SDL_Window * window); |
1016 extern DECLSPEC void SDLCALL SDL_DestroyWindow(SDL_Window * window); |
1017 |
1017 |
1018 |
1018 |
1019 /** |
1019 /** |
1020 * \brief Returns whether the screensaver is currently enabled (default on). |
1020 * \brief Returns whether the screensaver is currently enabled (default off). |
1021 * |
1021 * |
1022 * \sa SDL_EnableScreenSaver() |
1022 * \sa SDL_EnableScreenSaver() |
1023 * \sa SDL_DisableScreenSaver() |
1023 * \sa SDL_DisableScreenSaver() |
1024 */ |
1024 */ |
1025 extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled(void); |
1025 extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled(void); |