瀏覽代碼

Sync SDL3 wiki -> header

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

+ 2 - 1
include/SDL3/SDL_video.h

@@ -770,7 +770,8 @@ extern DECLSPEC SDL_Window *SDLCALL SDL_GetWindowFromID(SDL_WindowID id);
  * Get parent of a window.
  * Get parent of a window.
  *
  *
  * \param window the window to query
  * \param window the window to query
- * \returns the parent of the window on success or NULL if the window has no parent.
+ * \returns the parent of the window on success or NULL if the window has no
+ *          parent.
  *
  *
  * \since This function is available since SDL 3.0.0.
  * \since This function is available since SDL 3.0.0.
  *
  *