Sync wiki -> headers.

This commit is contained in:
Ryan C. Gordon 2023-02-24 11:47:13 -05:00
parent 858ae9900e
commit 7abb748134
No known key found for this signature in database
GPG key ID: FA148B892AB48044
3 changed files with 13 additions and 13 deletions

View file

@ -1731,12 +1731,12 @@ extern DECLSPEC int SDLCALL SDL_RenderReadPixels(SDL_Renderer * renderer,
*
* \param renderer the rendering context
*
* \since This function is available since SDL 2.0.0.
* \threadsafety You may only call this function on the main thread. If this
* happens to work on a background thread on any given platform
* or backend, it's purely by luck and you should not rely on it
* to work next time.
*
* \threadsafety You may only call this function on the main thread. If
* this happens to work on a background thread on any given
* platform or backend, it's purely by luck and you should
* not rely on it to work next time.
* \since This function is available since SDL 2.0.0.
*
* \sa SDL_RenderClear
* \sa SDL_RenderDrawLine