Mercurial > sdl-ios-xcode
comparison include/SDL_video.h @ 3400:4ec48602f1db
iPhone interruption patch / SDL 1.3
Eric Wing to Sam
I've been sitting on this too long. I need to push.
It's untested because of the unrelated crashing bug I've been experiencing.
Also have a fix for SIZEOF_VOIDP in the config for both iPhone and Mac.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 17 Oct 2009 07:36:45 +0000 |
parents | 458e53d8662c |
children | d3baf5ac4e37 |
comparison
equal
deleted
inserted
replaced
3399:f96615051c8c | 3400:4ec48602f1db |
---|---|
412 * | 412 * |
413 * \brief Fill in information about the current display mode. | 413 * \brief Fill in information about the current display mode. |
414 */ | 414 */ |
415 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(SDL_DisplayMode * mode); | 415 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(SDL_DisplayMode * mode); |
416 | 416 |
417 /** | 417 |
418 * \fn SDL_DisplayMode *SDL_GetClosestDisplayMode(const SDL_DisplayMode *mode, SDL_DisplayMode *closest) | 418 /** |
419 * \fn SDL_DisplayMode SDL_GetClosestDisplayMode(const SDL_DisplayMode mode, SDL_DisplayMode closest) | |
419 * | 420 * |
420 * \brief Get the closest match to the requested display mode. | 421 * \brief Get the closest match to the requested display mode. |
421 * | 422 * |
422 * \param mode The desired display mode | 423 * \param mode The desired display mode |
423 * \param closest A pointer to a display mode to be filled in with the closest match of the available display modes. | 424 * \param closest A pointer to a display mode to be filled in with the closest match of the available display modes. |