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

@@ -2648,3 +2648,23 @@ typedef SDL_cond, SDL_Condition;
@@
- SDL_WINDOW_ALLOW_HIGHDPI
+ SDL_WINDOW_HIGH_PIXEL_DENSITY
@@
@@
- SDL_TLSCreate
+ SDL_CreateTLS
(...)
@@
@@
- SDL_TLSGet
+ SDL_GetTLS
(...)
@@
@@
- SDL_TLSSet
+ SDL_SetTLS
(...)
@@
@@
- SDL_TLSCleanup
+ SDL_CleanupTLS
(...)