comparison include/SDL_video.h @ 3033:4e4f47c5f941

Fix third party "-Wall -Werror" builds
author Couriersud <couriersud@arcor.de>
date Mon, 12 Jan 2009 22:36:12 +0000
parents 54fac87e1f34
children 089a77aebb7d
comparison
equal deleted inserted replaced
3032:77c3e67f0740 3033:4e4f47c5f941
1317 * \brief Returns whether the screensaver is currently enabled (default off). 1317 * \brief Returns whether the screensaver is currently enabled (default off).
1318 * 1318 *
1319 * \sa SDL_EnableScreenSaver() 1319 * \sa SDL_EnableScreenSaver()
1320 * \sa SDL_DisableScreenSaver() 1320 * \sa SDL_DisableScreenSaver()
1321 */ 1321 */
1322 extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled(); 1322 extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled(void);
1323 1323
1324 /** 1324 /**
1325 * \fn void SDL_EnableScreenSaver(); 1325 * \fn void SDL_EnableScreenSaver();
1326 * 1326 *
1327 * \brief Allow the screen to be blanked by a screensaver 1327 * \brief Allow the screen to be blanked by a screensaver
1328 * 1328 *
1329 * \sa SDL_IsScreenSaverEnabled() 1329 * \sa SDL_IsScreenSaverEnabled()
1330 * \sa SDL_DisableScreenSaver() 1330 * \sa SDL_DisableScreenSaver()
1331 */ 1331 */
1332 extern DECLSPEC void SDLCALL SDL_EnableScreenSaver(); 1332 extern DECLSPEC void SDLCALL SDL_EnableScreenSaver(void);
1333 1333
1334 /** 1334 /**
1335 * \fn void SDL_DisableScreenSaver(); 1335 * \fn void SDL_DisableScreenSaver();
1336 * 1336 *
1337 * \brief Prevent the screen from being blanked by a screensaver 1337 * \brief Prevent the screen from being blanked by a screensaver
1338 * 1338 *
1339 * \sa SDL_IsScreenSaverEnabled() 1339 * \sa SDL_IsScreenSaverEnabled()
1340 * \sa SDL_EnableScreenSaver() 1340 * \sa SDL_EnableScreenSaver()
1341 */ 1341 */
1342 extern DECLSPEC void SDLCALL SDL_DisableScreenSaver(); 1342 extern DECLSPEC void SDLCALL SDL_DisableScreenSaver(void);
1343 1343
1344 1344
1345 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 1345 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
1346 /* OpenGL support functions. */ 1346 /* OpenGL support functions. */
1347 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 1347 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */