SDL API renaming: SDL TLS functions

Fixes https://github.com/libsdl-org/SDL/issues/7743
This commit is contained in:
Sam Lantinga 2023-05-26 08:32:31 -07:00
parent 2a271aeaf1
commit cb73bed6eb
12 changed files with 92 additions and 52 deletions

View file

@ -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;