Set version of new identifiers after 3.1.3 release to 3.1.6

This commit is contained in:
Petar Popovic 2024-10-23 06:35:18 +02:00 committed by Sam Lantinga
parent 45584ad73e
commit af1c165352
8 changed files with 10 additions and 10 deletions

View File

@ -99,7 +99,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_SetError(SDL_PRINTF_FORMAT_STRING const cha
* *
* \threadsafety It is safe to call this function from any thread. * \threadsafety It is safe to call this function from any thread.
* *
* \since This function is available since SDL 3.1.4. * \since This function is available since SDL 3.1.6.
* *
* \sa SDL_ClearError * \sa SDL_ClearError
* \sa SDL_GetError * \sa SDL_GetError

View File

@ -3722,7 +3722,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GPUTextureSupportsSampleCount(
* \param depth_or_layer_count depth for 3D textures or layer count otherwise. * \param depth_or_layer_count depth for 3D textures or layer count otherwise.
* \returns the size of a texture with this format and dimensions. * \returns the size of a texture with this format and dimensions.
* *
* \since This function is available since SDL 3.1.4. * \since This function is available since SDL 3.1.6.
*/ */
extern SDL_DECLSPEC Uint32 SDLCALL SDL_CalculateGPUTextureFormatSize( extern SDL_DECLSPEC Uint32 SDLCALL SDL_CalculateGPUTextureFormatSize(
SDL_GPUTextureFormat format, SDL_GPUTextureFormat format,

View File

@ -2306,7 +2306,7 @@ extern "C" {
* *
* This hint needs to be set before SDL_Init(). * This hint needs to be set before SDL_Init().
* *
* \since This hint is available since SDL 3.1.4. * \since This hint is available since SDL 3.1.6.
*/ */
#define SDL_HINT_MAC_SCROLL_MOMENTUM "SDL_MAC_SCROLL_MOMENTUM" #define SDL_HINT_MAC_SCROLL_MOMENTUM "SDL_MAC_SCROLL_MOMENTUM"
@ -3167,7 +3167,7 @@ extern "C" {
* *
* This hint should be set before SDL is initialized. * This hint should be set before SDL is initialized.
* *
* \since This hint is available since SDL 3.1.5. * \since This hint is available since SDL 3.1.6.
*/ */
#define SDL_HINT_VIDEO_DISPLAY_PRIORITY "SDL_VIDEO_DISPLAY_PRIORITY" #define SDL_HINT_VIDEO_DISPLAY_PRIORITY "SDL_VIDEO_DISPLAY_PRIORITY"

View File

@ -480,7 +480,7 @@ typedef void (SDLCALL *SDL_LogOutputFunction)(void *userdata, int category, SDL_
* *
* \threadsafety It is safe to call this function from any thread. * \threadsafety It is safe to call this function from any thread.
* *
* \since This function is available since SDL 3.1.4. * \since This function is available since SDL 3.1.6.
* *
* \sa SDL_SetLogOutputFunction * \sa SDL_SetLogOutputFunction
* \sa SDL_GetLogOutputFunction * \sa SDL_GetLogOutputFunction

View File

@ -2469,7 +2469,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GetRenderVSync(SDL_Renderer *renderer, int
* *
* The font is monospaced and square, so this applies to all characters. * The font is monospaced and square, so this applies to all characters.
* *
* \since This macro is available since SDL 3.1.5. * \since This macro is available since SDL 3.1.6.
* *
* \sa SDL_RenderDebugText * \sa SDL_RenderDebugText
*/ */
@ -2509,7 +2509,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GetRenderVSync(SDL_Renderer *renderer, int
* *
* \threadsafety You may only call this function from the main thread. * \threadsafety You may only call this function from the main thread.
* *
* \since This function is available since SDL 3.1.4. * \since This function is available since SDL 3.1.6.
* *
* \sa SDL_DEBUG_TEXT_FONT_CHARACTER_SIZE * \sa SDL_DEBUG_TEXT_FONT_CHARACTER_SIZE
*/ */

View File

@ -2564,7 +2564,7 @@ extern SDL_DECLSPEC Uint32 SDLCALL SDL_StepUTF8(const char **pstr, size_t *pslen
* *
* \threadsafety It is safe to call this function from any thread. * \threadsafety It is safe to call this function from any thread.
* *
* \since This function is available since SDL 3.1.4. * \since This function is available since SDL 3.1.6.
*/ */
extern SDL_DECLSPEC Uint32 SDLCALL SDL_StepBackUTF8(const char *start, const char **pstr); extern SDL_DECLSPEC Uint32 SDLCALL SDL_StepBackUTF8(const char *start, const char **pstr);

View File

@ -595,7 +595,7 @@ typedef enum SDL_Sandbox
* \returns the application sandbox environment or SDL_SANDBOX_NONE if the * \returns the application sandbox environment or SDL_SANDBOX_NONE if the
* application is not running in a sandbox environment. * application is not running in a sandbox environment.
* *
* \since This function is available since SDL 3.1.4. * \since This function is available since SDL 3.1.6.
*/ */
extern SDL_DECLSPEC SDL_Sandbox SDLCALL SDL_GetSandbox(void); extern SDL_DECLSPEC SDL_Sandbox SDLCALL SDL_GetSandbox(void);

View File

@ -147,7 +147,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_DelayNS(Uint64 ns);
* *
* \threadsafety It is safe to call this function from any thread. * \threadsafety It is safe to call this function from any thread.
* *
* \since This function is available since SDL 3.1.4. * \since This function is available since SDL 3.1.6.
*/ */
extern SDL_DECLSPEC void SDLCALL SDL_DelayPrecise(Uint64 ns); extern SDL_DECLSPEC void SDLCALL SDL_DelayPrecise(Uint64 ns);