From f84c87f204ffb66ce4edd7033d75895c25506d5e Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 31 Aug 2023 03:26:13 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
---
include/SDL3/SDL_video.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h
index 2703d87cbdc2..dd018de1d1d6 100644
--- a/include/SDL3/SDL_video.h
+++ b/include/SDL3/SDL_video.h
@@ -1681,7 +1681,8 @@ extern DECLSPEC int SDLCALL SDL_SetWindowInputFocus(SDL_Window *window);
* Set whether the window may have input focus.
*
* \param window the window to set focusable state
- * \param focusable SDL_TRUE to allow input focus, SDL_FALSE to not allow input focus
+ * \param focusable SDL_TRUE to allow input focus, SDL_FALSE to not allow
+ * input focus
* \returns 0 on success or a negative error code on failure; call
* SDL_GetError() for more information.
*