瀏覽代碼

Sync SDL3 wiki -> header

SDL Wiki Bot 1 年之前
父節點
當前提交
1ba99c53d4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL3/SDL_video.h

+ 1 - 1
include/SDL3/SDL_video.h

@@ -2221,7 +2221,7 @@ extern SDL_DECLSPEC float SDLCALL SDL_GetWindowOpacity(SDL_Window *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
- * 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.
  *
  * Attempting to set the parent of a window that is currently in the modal