# HG changeset patch # User Sam Lantinga # Date 1259987999 0 # Node ID fa1abe1ff8b8a55542e9ecef13c69adf50f99b0a # Parent 76f9b76ddf0ffa122b025e861ad604b7a20d5152 Added related functions diff -r 76f9b76ddf0f -r fa1abe1ff8b8 include/SDL_video.h --- a/include/SDL_video.h Fri Dec 04 09:01:48 2009 +0000 +++ b/include/SDL_video.h Sat Dec 05 04:39:59 2009 +0000 @@ -435,6 +435,7 @@ * * \return 0 on success, or -1 if setting the display mode failed. * + * \sa SDL_GetWindowDisplayMode() * \sa SDL_SetWindowFullscreen() */ extern DECLSPEC int SDLCALL SDL_SetWindowDisplayMode(SDL_WindowID windowID, @@ -444,6 +445,9 @@ /** * \brief Fill in information about the display mode used when a fullscreen * window is visible on the currently selected display. + * + * \sa SDL_SetWindowDisplayMode() + * \sa SDL_SetWindowFullscreen() */ extern DECLSPEC int SDLCALL SDL_GetWindowDisplayMode(SDL_WindowID windowID, SDL_DisplayMode * mode); @@ -683,7 +687,8 @@ * * \return 0 on success, or -1 if setting the display mode failed. * - * \sa SDL_WindowDisplayMode() + * \sa SDL_SetWindowDisplayMode() + * \sa SDL_GetWindowDisplayMode() */ extern DECLSPEC int SDLCALL SDL_SetWindowFullscreen(SDL_WindowID windowID, int fullscreen);