From 7ce2021b9ac521f861f679e77702eac9f3ed1609 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 22 Mar 2011 10:48:33 -0700 Subject: [PATCH] Fixed related function documentation --- include/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index ad318e0c8..b60d412dd 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -638,7 +638,7 @@ extern DECLSPEC float SDLCALL SDL_GetWindowBrightness(SDL_Window * window); * The input is the index into the array, and the output is the 16-bit * gamma value at that index, scaled to the output color precision. * - * \sa SDL_SetWindowGammaRamp() + * \sa SDL_GetWindowGammaRamp() */ extern DECLSPEC int SDLCALL SDL_SetWindowGammaRamp(SDL_Window * window, const Uint16 * red,