mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 00:47:39 +00:00
SDL API renaming: SDL TLS functions
Fixes https://github.com/libsdl-org/SDL/issues/7743
This commit is contained in:
parent
2a271aeaf1
commit
cb73bed6eb
12 changed files with 92 additions and 52 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue