mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-15 19:05:32 +00:00
SDL API renaming: SDL TLS functions
Fixes https://github.com/libsdl-org/SDL/issues/7743
This commit is contained in:
@@ -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
|
||||
(...)
|
||||
|
||||
Reference in New Issue
Block a user