mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-21 20:28:28 +00:00
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
This commit is contained in:
parent
61c0c009ab
commit
87ad71f9b2
75 changed files with 452 additions and 422 deletions
|
@ -80,7 +80,7 @@ class SDL_WasapiDeviceEventHandler
|
|||
void OnEnumerationCompleted(DeviceWatcher ^ sender, Platform::Object ^ args);
|
||||
void OnDefaultRenderDeviceChanged(Platform::Object ^ sender, DefaultAudioRenderDeviceChangedEventArgs ^ args);
|
||||
void OnDefaultCaptureDeviceChanged(Platform::Object ^ sender, DefaultAudioCaptureDeviceChangedEventArgs ^ args);
|
||||
SDL_semaphore *completed;
|
||||
SDL_Semaphore *completed;
|
||||
|
||||
private:
|
||||
const SDL_bool iscapture;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue