mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-10-26 12:27:44 +00:00 
			
		
		
		
	Renamed SDL_PostSemaphore() to SDL_SignalSemphore()
This commit is contained in:
		| @@ -1110,7 +1110,7 @@ The following functions have been renamed: | ||||
| * SDL_CondWaitTimeout() => SDL_WaitConditionTimeout() | ||||
| * SDL_CreateCond() => SDL_CreateCondition() | ||||
| * SDL_DestroyCond() => SDL_DestroyCondition() | ||||
| * SDL_SemPost() => SDL_PostSemaphore() | ||||
| * SDL_SemPost() => SDL_SignalSemaphore() | ||||
| * SDL_SemTryWait() => SDL_TryWaitSemaphore() | ||||
| * SDL_SemValue() => SDL_GetSemaphoreValue() | ||||
| * SDL_SemWait() => SDL_WaitSemaphore() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user