mirror of
https://github.com/yawut/SDL.git
synced 2026-04-10 02:55:30 -05:00
Documentation fix.
This commit is contained in:
parent
ffadc2b7ab
commit
2efcc6f4eb
|
|
@ -1156,7 +1156,7 @@ extern DECLSPEC int SDL_SetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b,
|
|||
Uint8 a);
|
||||
|
||||
/**
|
||||
* \fn void SDL_GetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b, Uint8 a)
|
||||
* \fn void SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a)
|
||||
*
|
||||
* \brief Get the color used for drawing operations (Fill and Line).
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user