mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-16 00:08:14 +00:00
SDL API renaming: internal functions
This commit is contained in:
@@ -101,7 +101,7 @@ static int SDL_android_priority[SDL_NUM_LOG_PRIORITIES] = {
|
||||
};
|
||||
#endif /* __ANDROID__ */
|
||||
|
||||
void SDL_LogInit(void)
|
||||
void SDL_InitLog(void)
|
||||
{
|
||||
if (log_function_mutex == NULL) {
|
||||
/* if this fails we'll try to continue without it. */
|
||||
@@ -109,7 +109,7 @@ void SDL_LogInit(void)
|
||||
}
|
||||
}
|
||||
|
||||
void SDL_LogQuit(void)
|
||||
void SDL_QuitLog(void)
|
||||
{
|
||||
SDL_LogResetPriorities();
|
||||
if (log_function_mutex) {
|
||||
|
Reference in New Issue
Block a user