mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-29 18:11:38 +00:00
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
This commit is contained in:
@@ -46,8 +46,8 @@ struct SDL_WindowData
|
||||
#endif
|
||||
|
||||
/* Vsync callback cond and mutex */
|
||||
SDL_cond *vsync_cond;
|
||||
SDL_mutex *vsync_cond_mutex;
|
||||
SDL_Condition *vsync_cond;
|
||||
SDL_Mutex *vsync_cond_mutex;
|
||||
SDL_bool double_buffer;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user