From b8381b3a2ea9873c6baedb8586da8bb5a2775d24 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sun, 23 Mar 2025 15:58:18 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_video.h | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h
index 36f83818b5c13..f72e891e39370 100644
--- a/include/SDL3/SDL_video.h
+++ b/include/SDL3/SDL_video.h
@@ -2824,8 +2824,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_FlashWindow(SDL_Window *window, SDL_FlashOp
* Sets the state of the progress bar for the given window’s taskbar icon.
*
* \param window the window whose progress state is to be modified.
- * \param state the progress state.
- * `SDL_PROGRESS_STATE_NONE` stops displaying the progress bar.
+ * \param state the progress state. `SDL_PROGRESS_STATE_NONE` stops displaying
+ * the progress bar.
* \returns true on success or false on failure; call SDL_GetError() for more
* information.
*
@@ -2838,12 +2838,13 @@ extern SDL_DECLSPEC bool SDLCALL SDL_SetWindowProgressState(SDL_Window *window,
/**
* Sets the value of the progress bar for the given window’s taskbar icon.
*
- * If the state is `SDL_PROGRESS_STATE_NONE` or `SDL_PROGRESS_STATE_INDETERMINATE`,
- * it gets changed to `SDL_PROGRESS_STATE_NORMAL`.
+ * If the state is `SDL_PROGRESS_STATE_NONE` or
+ * `SDL_PROGRESS_STATE_INDETERMINATE`, it gets changed to
+ * `SDL_PROGRESS_STATE_NORMAL`.
*
* \param window the window whose progress value is to be modified.
- * \param value the progress value (0.0f - start, 1.0f - end).
- * If the value is outside the valid range, it gets clamped.
+ * \param value the progress value (0.0f - start, 1.0f - end). If the value is
+ * outside the valid range, it gets clamped.
* \returns true on success or false on failure; call SDL_GetError() for more
* information.
*