mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-17 07:16:00 +00:00
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
This commit is contained in:
@@ -45,7 +45,7 @@ struct haptic_hwdata
|
||||
Uint8 bXInputHaptic; /* Supports force feedback via XInput. */
|
||||
Uint8 userid; /* XInput userid index for this joystick */
|
||||
SDL_Thread *thread;
|
||||
SDL_mutex *mutex;
|
||||
SDL_Mutex *mutex;
|
||||
Uint64 stopTicks;
|
||||
SDL_AtomicInt stopThread;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user