From ffa54ca2ec6b89b4f6dc92ab113484cfa2ccc3a7 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Wed, 28 May 2025 14:37:02 +0300
Subject: [PATCH] added missing doc for 'previous' param of
TTF_GetPreviousTextSubString.
---
include/SDL3_ttf/SDL_ttf.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index 92c88ec6..73ae3801 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -2692,6 +2692,8 @@ extern SDL_DECLSPEC bool SDLCALL TTF_GetTextSubStringForPoint(TTF_Text *text, in
*
* \param text the TTF_Text to query.
* \param substring the TTF_SubString to query.
+ * \param previous a pointer filled in with the previous substring in the text
+ * object.
* \returns true on success or false on failure; call SDL_GetError() for more
* information.
*