Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-09-08 04:22:26 +00:00
parent 2b77b2e4ef
commit 1ba99c53d4

View File

@@ -2221,7 +2221,7 @@ extern SDL_DECLSPEC float SDLCALL SDL_GetWindowOpacity(SDL_Window *window);
* Set the window as a child of a parent window. * Set the window as a child of a parent window.
* *
* If the window is already the child of an existing window, it will be * If the window is already the child of an existing window, it will be
* reparented to the new owner. Setting the parent window to null unparents * reparented to the new owner. Setting the parent window to NULL unparents
* the window and removes child window status. * the window and removes child window status.
* *
* Attempting to set the parent of a window that is currently in the modal * Attempting to set the parent of a window that is currently in the modal