mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-20 22:35:41 +00:00
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
This commit is contained in:
@@ -2593,3 +2593,18 @@ typedef SDL_atomic_t, SDL_AtomicInt;
|
||||
- SDL_CondWaitTimeout
|
||||
+ SDL_WaitConditionTimeout
|
||||
(...)
|
||||
@@
|
||||
typedef SDL_mutex, SDL_Mutex;
|
||||
@@
|
||||
- SDL_mutex
|
||||
+ SDL_Mutex
|
||||
@@
|
||||
typedef SDL_sem, SDL_Semaphore;
|
||||
@@
|
||||
- SDL_sem
|
||||
+ SDL_Semaphore
|
||||
@@
|
||||
typedef SDL_cond, SDL_Condition;
|
||||
@@
|
||||
- SDL_cond
|
||||
+ SDL_Condition
|
||||
|
||||
Reference in New Issue
Block a user