Updated logging functions for SDL3 naming convention

This commit is contained in:
Sam Lantinga 2024-05-16 10:00:50 -07:00
parent 241603b607
commit 4609af618a
74 changed files with 137 additions and 105 deletions

View file

@ -3159,3 +3159,23 @@ typedef SDL_Colour, SDL_Color;
@@
- SDLK_QUOTEDBL
+ SDLK_DBLAPOSTROPHE
@@
@@
- SDL_LogSetAllPriority
+ SDL_SetLogPriorities
(...)
@@
@@
- SDL_LogSetPriority
+ SDL_SetLogPriority
(...)
@@
@@
- SDL_LogGetPriority
+ SDL_GetLogPriority
(...)
@@
@@
- SDL_LogResetPriorities
+ SDL_ResetLogPriorities
(...)