mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-04 08:56:25 +00:00
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
This commit is contained in:
@@ -70,7 +70,7 @@ typedef struct SDL_HIDAPI_Device
|
||||
|
||||
struct SDL_HIDAPI_DeviceDriver *driver;
|
||||
void *context;
|
||||
SDL_mutex *dev_lock;
|
||||
SDL_Mutex *dev_lock;
|
||||
SDL_hid_device *dev;
|
||||
SDL_AtomicInt rumble_pending;
|
||||
int num_joysticks;
|
||||
|
Reference in New Issue
Block a user