Sync SDL2 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2025-04-22 21:18:56 +00:00
parent 1c75cb4f8a
commit 916ddb1ef8

View File

@@ -808,8 +808,8 @@ extern DECLSPEC int SDLCALL SDL_FillRects
*
* This assumes that the source and destination rectangles are the same size.
* If either `srcrect` or `dstrect` are NULL, the entire surface (`src` or
* `dst`) is copied. The final blit rectangle is saved in `dstrect` after
* all clipping is performed.
* `dst`) is copied. The final blit rectangle is saved in `dstrect` after all
* clipping is performed.
*
* The blit function should not be called on a locked surface.
*