SDL: Sync SDL3 wiki -> header (1550f)

From 1550fb69e48c9f274f743031c28fadf5621ae06e Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 10 Mar 2023 23:52:18 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_video.h | 31 ++++++++++++++-----------------
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h
index 4c6138a686f3..d27ab37d9519 100644
--- a/include/SDL3/SDL_video.h
+++ b/include/SDL3/SDL_video.h
@@ -667,23 +667,20 @@ extern DECLSPEC SDL_Window *SDLCALL SDL_CreateWindow(const char *title, int w, i
 /**
  * Create a child popup window of the specified parent window.
  *
- * 'flags' **must** contain exactly one of the following:
- * - 'SDL_WINDOW_TOOLTIP': The popup window is a tooltip and will not pass any input events
- * - 'SDL_WINDOW_POPUP_MENU': The popup window is a popup menu
- *
- * The following flags are not valid for popup windows and will be ignored:
- * - 'SDL_WINDOW_MINIMIZED'
- * - 'SDL_WINDOW_MAXIMIZED'
- * - 'SDL_WINDOW_FULLSCREEN'
- * - `SDL_WINDOW_BORDERLESS`
- * - `SDL_WINDOW_MOUSE_GRABBED`
- *
- * The parent parameter **must** be non-null and a valid window.
- * The parent of a popup window can be either a regular, toplevel window,
- * or another popup window.
- *
- * Popup windows cannot be minimized, maximized, made fullscreen, or grab
- * the mouse. Attempts to do so will fail.
+ * 'flags' **must** contain exactly one of the following: -
+ * 'SDL_WINDOW_TOOLTIP': The popup window is a tooltip and will not pass any
+ * input events - 'SDL_WINDOW_POPUP_MENU': The popup window is a popup menu
+ *
+ * The following flags are not valid for popup windows and will be ignored: -
+ * 'SDL_WINDOW_MINIMIZED' - 'SDL_WINDOW_MAXIMIZED' - 'SDL_WINDOW_FULLSCREEN' -
+ * `SDL_WINDOW_BORDERLESS` - `SDL_WINDOW_MOUSE_GRABBED`
+ *
+ * The parent parameter **must** be non-null and a valid window. The parent of
+ * a popup window can be either a regular, toplevel window, or another popup
+ * window.
+ *
+ * Popup windows cannot be minimized, maximized, made fullscreen, or grab the
+ * mouse. Attempts to do so will fail.
  *
  * If a parent window is hidden, any child popup windows will be recursively
  * hidden as well. Child popup windows not explicitly hidden will be restored