diff options
author | Sam Lantinga <slouken@libsdl.org> | 2011-03-22 10:48:33 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2011-03-22 10:48:33 -0700 |
commit | 7472736e2da104c9088cee12443e7c72fdcedf81 (patch) | |
tree | ad7726f5e61a5f9257bf81be981738f060d38db5 /include | |
parent | b547542f70c06ae0af087793cfed33bcea9f413f (diff) |
Fixed related function documentation
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_video.h b/include/SDL_video.h index ad318e0c..b60d412d 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, |