Commit 7472736e authored by Sam Lantinga's avatar Sam Lantinga

Fixed related function documentation

parent b547542f
...@@ -638,7 +638,7 @@ extern DECLSPEC float SDLCALL SDL_GetWindowBrightness(SDL_Window * window); ...@@ -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 * 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. * 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, extern DECLSPEC int SDLCALL SDL_SetWindowGammaRamp(SDL_Window * window,
const Uint16 * red, const Uint16 * red,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment