mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-19 14:01:01 +00:00
Updated logging functions for SDL3 naming convention
This commit is contained in:
@@ -918,7 +918,11 @@ The following macros have been removed:
|
||||
|
||||
The following functions have been renamed:
|
||||
* SDL_LogGetOutputFunction() => SDL_GetLogOutputFunction()
|
||||
* SDL_LogGetPriority() => SDL_GetLogPriority()
|
||||
* SDL_LogResetPriorities() => SDL_ResetLogPriorities()
|
||||
* SDL_LogSetAllPriority() => SDL_SetLogPriorities()
|
||||
* SDL_LogSetOutputFunction() => SDL_SetLogOutputFunction()
|
||||
* SDL_LogSetPriority() => SDL_SetLogPriority()
|
||||
|
||||
## SDL_main.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user