Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/include/SDL_video.h Tue Oct 13 20:17:11 2009 +0000 +++ b/include/SDL_video.h Sat Oct 17 07:36:45 2009 +0000 @@ -414,8 +414,9 @@ */ extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(SDL_DisplayMode * mode); + /** - * \fn SDL_DisplayMode *SDL_GetClosestDisplayMode(const SDL_DisplayMode *mode, SDL_DisplayMode *closest) + * \fn SDL_DisplayMode SDL_GetClosestDisplayMode(const SDL_DisplayMode mode, SDL_DisplayMode closest) * * \brief Get the closest match to the requested display mode. *