SDL API renaming: internal functions

This commit is contained in:
Sam Lantinga
2022-12-27 15:05:51 -08:00
parent 25336d053a
commit 36d4395c97
92 changed files with 1164 additions and 1164 deletions

View File

@@ -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) {