mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-26 12:27:44 +00:00
Rename SDL_atomic_t to SDL_AtomicInt
This commit is contained in:
committed by
Sam Lantinga
parent
8994878767
commit
d0c4849d0b
@@ -2529,3 +2529,7 @@ constant c1, c2;
|
||||
@@
|
||||
- SDL_CreateShapedWindow(e1, c1, c2, e2, e3, e4)
|
||||
+ SDL_CreateShapedWindow(e1, e2, e3, e4)
|
||||
typedef SDL_atomic_t, SDL_AtomicInt;
|
||||
@@
|
||||
- SDL_atomic_t
|
||||
+ SDL_AtomicInt
|
||||
|
||||
Reference in New Issue
Block a user