mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-17 08:48:12 +00:00
SDL API renaming: SDL TLS functions
Fixes https://github.com/libsdl-org/SDL/issues/7743
This commit is contained in:
@@ -634,10 +634,10 @@ SDL3_0.0.0 {
|
||||
SDL_StopTextInput;
|
||||
SDL_SurfaceHasColorKey;
|
||||
SDL_SurfaceHasRLE;
|
||||
SDL_TLSCleanup;
|
||||
SDL_TLSCreate;
|
||||
SDL_TLSGet;
|
||||
SDL_TLSSet;
|
||||
SDL_CleanupTLS;
|
||||
SDL_CreateTLS;
|
||||
SDL_GetTLS;
|
||||
SDL_SetTLS;
|
||||
SDL_TextInputActive;
|
||||
SDL_TextInputShown;
|
||||
SDL_ThreadID;
|
||||
|
Reference in New Issue
Block a user