Mercurial > sdl-ios-xcode
comparison include/SDL_video.h @ 4875:22ce07e8e824
Suspending the screensaver defaults off.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 29 Aug 2010 21:41:11 -0700 |
parents | 2b1bcf74e4c4 |
children | 876f97bc7275 |
comparison
equal
deleted
inserted
replaced
4874:8288636b861d | 4875:22ce07e8e824 |
---|---|
1309 * \sa SDL_CreateRenderer() | 1309 * \sa SDL_CreateRenderer() |
1310 */ | 1310 */ |
1311 extern DECLSPEC void SDLCALL SDL_DestroyRenderer(SDL_Window * window); | 1311 extern DECLSPEC void SDLCALL SDL_DestroyRenderer(SDL_Window * window); |
1312 | 1312 |
1313 /** | 1313 /** |
1314 * \brief Returns whether the screensaver is currently enabled (default off). | 1314 * \brief Returns whether the screensaver is currently enabled (default on). |
1315 * | 1315 * |
1316 * \sa SDL_EnableScreenSaver() | 1316 * \sa SDL_EnableScreenSaver() |
1317 * \sa SDL_DisableScreenSaver() | 1317 * \sa SDL_DisableScreenSaver() |
1318 */ | 1318 */ |
1319 extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled(void); | 1319 extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled(void); |