Fix minor typos in headers.

This commit is contained in:
Frank Praznik
2025-12-17 12:56:04 -05:00
parent 63636c8403
commit d028d8bc3b
4 changed files with 4 additions and 4 deletions

View File

@@ -1881,7 +1881,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GetWindowSize(SDL_Window *window, int *w, i
* notches, TV overscan, etc. This function provides the area of the window
* which is safe to have interactable content. You should continue rendering
* into the rest of the window, but it should not contain visually important
* or interactible content.
* or interactable content.
*
* \param window the window to query.
* \param rect a pointer filled in with the client area that is safe for